diff options
author | Vinson Lee <[email protected]> | 2010-02-01 00:22:50 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-02-01 00:22:50 -0800 |
commit | e3a99e8522688e20f730084799a1dfad305d90eb (patch) | |
tree | 240e6ef6adbdd6580ac63278c1d2a8d118aab8fa /src/glx/x11/glx_pbuffer.c | |
parent | 12f66b6dc900b8435416eda8ef82905afce4a91e (diff) |
glx: Remove unnecessary headers.
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; \ |