From 25363e5b83ab8a63150a0b6ca5e98c9e36760beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 21 Sep 2007 12:48:57 +0100 Subject: [PATCH] Don't include compint.h when COMPOSITE is not defined. --- hw/xgl/glxext/xglglxext.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xgl/glxext/xglglxext.c b/hw/xgl/glxext/xglglxext.c index f96c069e3..e997bb128 100644 --- a/hw/xgl/glxext/xglglxext.c +++ b/hw/xgl/glxext/xglglxext.c @@ -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