remove unneeded dependency

Change-Id: Ib1e195461d87e011f63bf143c9269442d2982c15
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.