diff options
author | Mathias Agopian <mathias@google.com> | 2011-05-23 17:26:14 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2011-05-23 17:48:36 -0700 |
commit | 1cadb25da1ed875bdd078270e642966724a0c39a (patch) | |
tree | 228f1924ff66bb350c9ca06f4346110b5edaf9f3 /opengl/libs/EGL/Loader.cpp | |
parent | d31099f021e998cd4720f18380b9feac863eba07 (diff) | |
download | frameworks_native-1cadb25da1ed875bdd078270e642966724a0c39a.zip frameworks_native-1cadb25da1ed875bdd078270e642966724a0c39a.tar.gz frameworks_native-1cadb25da1ed875bdd078270e642966724a0c39a.tar.bz2 |
fix x86 build
Change-Id: I03cfbfeaeb8b13842248856b14b4a23711036e10
Diffstat (limited to 'opengl/libs/EGL/Loader.cpp')
-rw-r--r-- | opengl/libs/EGL/Loader.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index da26229..e94e50e 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -26,11 +26,10 @@ #include <EGL/egl.h> +#include "egldefs.h" +#include "glesv2dbg.h" #include "hooks.h" -#include "egl_impl.h" - #include "Loader.h" -#include "glesv2dbg.h" // ---------------------------------------------------------------------------- namespace android { |