aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-25 19:55:03 -0800
committerMathias Agopian <mathias@google.com>2012-02-25 19:55:03 -0800
commitffadbd4cdb7b77ef898c80ab13b81f1d8ef1a068 (patch)
tree31a65b5f13cf92af6e6e60869522ec0331ff4bc4
parent92c379019827f5076290356a3a0f2509a006eecf (diff)
downloadquake-ffadbd4cdb7b77ef898c80ab13b81f1d8ef1a068.tar.gz
remove unneeded dependency
Change-Id: Ib1e195461d87e011f63bf143c9269442d2982c15
-rw-r--r--quake/src/QW/client/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/quake/src/QW/client/main.cpp b/quake/src/QW/client/main.cpp
index 7ca5a81..e354c44 100644
--- a/quake/src/QW/client/main.cpp
+++ b/quake/src/QW/client/main.cpp
@@ -19,7 +19,8 @@
#include <stdio.h>
#include <assert.h>
-#include <private/opengles/gl_context.h>
+#include <GLES/gl.h>
+#include <GLES/glext.h>
#include <GLES/gl.h>
// Delegate to "C" routines to do the rest of the processing.