diff options
Diffstat (limited to 'src/glx/x11/glx_pbuffer.c')
-rw-r--r-- | src/glx/x11/glx_pbuffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/x11/glx_pbuffer.c b/src/glx/x11/glx_pbuffer.c index 501500afc3d..a0a02238b00 100644 --- a/src/glx/x11/glx_pbuffer.c +++ b/src/glx/x11/glx_pbuffer.c @@ -35,9 +35,7 @@ #include <X11/extensions/Xext.h> #include <assert.h> #include <string.h> -#include "glapi.h" #include "glxextensions.h" -#include "glcontextmodes.h" #define WARN_ONCE_GLX_1_3(a, b) { \ static int warned=1; \ |