diff options
author | Mathias Agopian <mathias@google.com> | 2013-04-04 23:17:56 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2013-04-04 23:30:18 -0700 |
commit | 39c24a20bbc697630d2b92c251b70c04d6f9d00c (patch) | |
tree | c05d0967f60f99a03b0e392bcf663eb510d489d4 /opengl/libs/EGL/Loader.cpp | |
parent | 18bd1d6d55a275d23188251169dfe3cc74882665 (diff) | |
download | frameworks_native-39c24a20bbc697630d2b92c251b70c04d6f9d00c.zip frameworks_native-39c24a20bbc697630d2b92c251b70c04d6f9d00c.tar.gz frameworks_native-39c24a20bbc697630d2b92c251b70c04d6f9d00c.tar.bz2 |
fix local include paths
Change-Id: Icb921fa796ec08612dbb2feb7e7161bcb0cf4a99
Diffstat (limited to 'opengl/libs/EGL/Loader.cpp')
-rw-r--r-- | opengl/libs/EGL/Loader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 9ee3686..00bfa5a 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -27,9 +27,9 @@ #include <EGL/egl.h> +#include "../glestrace.h" + #include "egldefs.h" -#include "glestrace.h" -#include "hooks.h" #include "Loader.h" // ---------------------------------------------------------------------------- |