summaryrefslogtreecommitdiff
path: root/src/glx/glxclient.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-28 09:08:32 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-28 16:41:59 -0400
commit38765fe4c2ba96e642510eaed0c2f8c44f0c2b1d (patch)
tree1e98e8164cacaf7520af46bc97f47664680acbe4 /src/glx/glxclient.h
parentdb011c8141d7b01b67f2ded4e634657b92ed707a (diff)
glx: Stop using glcore.h and glxint.h in glx
We'd like to get rid of these header files.
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r--src/glx/glxclient.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index 48b5501fe9..01087d035f 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -49,10 +49,9 @@
#ifdef WIN32
#include <stdint.h>
#endif
-#include "GL/glxint.h"
#include "GL/glxproto.h"
-#include "GL/internal/glcore.h"
#include "glapi/glapitable.h"
+#include "glcontextmodes.h"
#include "glxhash.h"
#if defined( PTHREADS )
# include <pthread.h>