Revert "opengl: Regenerate code with ES 3.1 and new extensions"
This reverts commit 6cb7d3dc9f1ce37547646979e0625992264ea4d0.
Change-Id: I2eb7fd721dda9c14a0bfcef1b1c9d9843bbec94b
diff --git a/opengl/libs/GLES2/gl2.cpp b/opengl/libs/GLES2/gl2.cpp
index 75fc95c..fa8a228 100644
--- a/opengl/libs/GLES2/gl2.cpp
+++ b/opengl/libs/GLES2/gl2.cpp
@@ -20,6 +20,10 @@
#include <sys/ioctl.h>
+#include <GLES3/gl3.h>
+#include <GLES3/gl3ext.h>
+#include <GLES2/gl2ext.h>
+
#include <cutils/log.h>
#include <cutils/properties.h>