diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-28 10:13:44 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-28 16:42:00 -0400 |
commit | 65d98e25770487456eb3d7eb8ec3ec8272f170b1 (patch) | |
tree | edbd4a525dc8180d849187e7838975e67b738191 /src/glx/glxclient.h | |
parent | 6ddf66e9230ee862ac341c4767cf6b3b2dd2552b (diff) |
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 3a8d294dab8..f8691433a69 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -51,7 +51,7 @@ #endif #include "GL/glxproto.h" #include "glapi/glapitable.h" -#include "glcontextmodes.h" +#include "glxconfig.h" #include "glxhash.h" #if defined( PTHREADS ) # include <pthread.h> |