diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-28 09:08:32 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-28 16:41:59 -0400 |
commit | 38765fe4c2ba96e642510eaed0c2f8c44f0c2b1d (patch) | |
tree | 1e98e8164cacaf7520af46bc97f47664680acbe4 /src/glx/glxclient.h | |
parent | db011c8141d7b01b67f2ded4e634657b92ed707a (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.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 48b5501fe9e..01087d035fd 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> |