summaryrefslogtreecommitdiff
path: root/src/glx/glxclient.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-28 10:13:44 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-28 16:42:00 -0400
commit65d98e25770487456eb3d7eb8ec3ec8272f170b1 (patch)
treeedbd4a525dc8180d849187e7838975e67b738191 /src/glx/glxclient.h
parent6ddf66e9230ee862ac341c4767cf6b3b2dd2552b (diff)
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r--src/glx/glxclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index 3a8d294dab..f8691433a6 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>