From 73abdc94c3cceadeda26a9b6bd3cdfecf0df8db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RALOVICH=2C=20Krist=C3=B3f?= Date: Sun, 5 Jul 2009 16:42:54 +0200 Subject: [PATCH] glx: damage is only used with DRI Signed-off-by: Tiago Vignatti --- glx/glxdrawable.h | 2 -- glx/glxdri.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/glx/glxdrawable.h b/glx/glxdrawable.h index 0215b3b20..3f165ed4f 100644 --- a/glx/glxdrawable.h +++ b/glx/glxdrawable.h @@ -35,8 +35,6 @@ * Silicon Graphics, Inc. */ -#include - /* We just need to avoid clashing with DRAWABLE_{WINDOW,PIXMAP} */ enum { GLX_DRAWABLE_WINDOW, diff --git a/glx/glxdri.c b/glx/glxdri.c index 5fb75a41f..c9d226bdf 100644 --- a/glx/glxdri.c +++ b/glx/glxdri.c @@ -38,6 +38,7 @@ #include #include +#include #define _XF86DRI_SERVER_ #include