Enable GLES 3.0 by default.
[platform/core/uifw/dali-adaptor.git] / adaptors / tizen / gl / egl-image-extensions-tizen.cpp
index 57d0c08..24f5c82 100644 (file)
@@ -22,8 +22,6 @@
 // EXTERNAL INCLUDES
 #if DALI_GLES_VERSION >= 30
 #include <GLES3/gl3.h>
-#include <GLES3/gl3ext.h>
-
 #else
 #include <GLES2/gl2.h>
 #endif // DALI_GLES_VERSION >= 30