diff options
Diffstat (limited to 'CNativeCode/GLCallbackHelperJNI.h')
-rw-r--r-- | CNativeCode/GLCallbackHelperJNI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CNativeCode/GLCallbackHelperJNI.h b/CNativeCode/GLCallbackHelperJNI.h index 102f65a..210271d 100644 --- a/CNativeCode/GLCallbackHelperJNI.h +++ b/CNativeCode/GLCallbackHelperJNI.h @@ -12,8 +12,7 @@ #include <jni.h> - #include<GL/gl.h> - #include <GL/glu.h> + #include "gltool.h" #ifndef LIBAPIENTRY #define LIBAPIENTRY |