mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 07:48:27 +02:00
Don't include compint.h when COMPOSITE is not defined.
This commit is contained in:
parent
dd80dbf497
commit
25363e5b83
1 changed files with 2 additions and 0 deletions
|
|
@ -41,7 +41,9 @@
|
|||
#include "glapitable.h"
|
||||
#include "glxext.h"
|
||||
#include "micmap.h"
|
||||
#ifdef COMPOSITE
|
||||
#include "compint.h"
|
||||
#endif
|
||||
|
||||
#define XGL_MAX_TEXTURE_UNITS 8
|
||||
#define XGL_MAX_ATTRIB_STACK_DEPTH 16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue