diff options
| author | 2013-04-04 23:17:56 -0700 | |
|---|---|---|
| committer | 2013-04-04 23:30:18 -0700 | |
| commit | 39c24a20bbc697630d2b92c251b70c04d6f9d00c (patch) | |
| tree | c05d0967f60f99a03b0e392bcf663eb510d489d4 | |
| parent | 18bd1d6d55a275d23188251169dfe3cc74882665 (diff) | |
fix local include paths
Change-Id: Icb921fa796ec08612dbb2feb7e7161bcb0cf4a99
| -rw-r--r-- | opengl/libs/EGL/Loader.cpp | 4 | ||||
| -rw-r--r-- | opengl/libs/EGL/egl.cpp | 10 | ||||
| -rw-r--r-- | opengl/libs/EGL/eglApi.cpp | 8 | ||||
| -rw-r--r-- | opengl/libs/EGL/egl_cache.cpp | 3 | ||||
| -rw-r--r-- | opengl/libs/EGL/egl_display.cpp | 3 | ||||
| -rw-r--r-- | opengl/libs/EGL/egl_display.h | 2 | ||||
| -rw-r--r-- | opengl/libs/EGL/egl_tls.h | 1 | ||||
| -rw-r--r-- | opengl/libs/EGL/egldefs.h | 2 | ||||
| -rw-r--r-- | opengl/libs/EGL/getProcAddress.cpp | 1 | ||||
| -rw-r--r-- | opengl/libs/GLES2/gl2.cpp | 4 | ||||
| -rw-r--r-- | opengl/libs/GLES_CM/gl.cpp | 4 |
11 files changed, 20 insertions, 22 deletions
diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 9ee3686a83..00bfa5a3b0 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" // ---------------------------------------------------------------------------- diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index a6e91e0eac..6ac8724bf1 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -32,11 +32,11 @@ #include <utils/CallStack.h> #include <utils/String8.h> -#include "egldefs.h" -#include "egl_impl.h" +#include "../egl_impl.h" +#include "../glestrace.h" + #include "egl_tls.h" -#include "glestrace.h" -#include "hooks.h" +#include "egldefs.h" #include "Loader.h" #include "egl_display.h" @@ -387,7 +387,7 @@ gl_hooks_t const* getGlThreadSpecific() { #define EGL_ENTRY(_r, _api, ...) #_api, char const * const gl_names[] = { - #include "entries.in" + #include "../entries.in" NULL }; diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp index 1be4961e3f..f6bc06901d 100644 --- a/opengl/libs/EGL/eglApi.cpp +++ b/opengl/libs/EGL/eglApi.cpp @@ -37,13 +37,11 @@ #include <utils/String8.h> #include <utils/Trace.h> -#include "egl_impl.h" -#include "egl_tls.h" -#include "glestrace.h" -#include "hooks.h" +#include "../egl_impl.h" +#include "../glestrace.h" +#include "../hooks.h" #include "egl_display.h" -#include "egl_impl.h" #include "egl_object.h" #include "egl_tls.h" #include "egldefs.h" diff --git a/opengl/libs/EGL/egl_cache.cpp b/opengl/libs/EGL/egl_cache.cpp index 72655dfb50..03397a9986 100644 --- a/opengl/libs/EGL/egl_cache.cpp +++ b/opengl/libs/EGL/egl_cache.cpp @@ -14,9 +14,10 @@ ** limitations under the License. */ +#include "../egl_impl.h" + #include "egl_cache.h" #include "egl_display.h" -#include "egl_impl.h" #include "egldefs.h" #include <fcntl.h> diff --git a/opengl/libs/EGL/egl_display.cpp b/opengl/libs/EGL/egl_display.cpp index 59dd2d9592..1955904c77 100644 --- a/opengl/libs/EGL/egl_display.cpp +++ b/opengl/libs/EGL/egl_display.cpp @@ -18,11 +18,12 @@ #include <string.h> +#include "../egl_impl.h" + #include "egl_cache.h" #include "egl_display.h" #include "egl_object.h" #include "egl_tls.h" -#include "egl_impl.h" #include "Loader.h" #include <cutils/properties.h> diff --git a/opengl/libs/EGL/egl_display.h b/opengl/libs/EGL/egl_display.h index 8bb32f4c5a..754085ce71 100644 --- a/opengl/libs/EGL/egl_display.h +++ b/opengl/libs/EGL/egl_display.h @@ -31,7 +31,7 @@ #include <utils/String8.h> #include "egldefs.h" -#include "hooks.h" +#include "../hooks.h" // ---------------------------------------------------------------------------- namespace android { diff --git a/opengl/libs/EGL/egl_tls.h b/opengl/libs/EGL/egl_tls.h index 2442ca0da8..56c5dba37d 100644 --- a/opengl/libs/EGL/egl_tls.h +++ b/opengl/libs/EGL/egl_tls.h @@ -22,7 +22,6 @@ #include <EGL/egl.h> #include "egldefs.h" -#include "hooks.h" // ---------------------------------------------------------------------------- namespace android { diff --git a/opengl/libs/EGL/egldefs.h b/opengl/libs/EGL/egldefs.h index c900c1c5fe..1cfe56147a 100644 --- a/opengl/libs/EGL/egldefs.h +++ b/opengl/libs/EGL/egldefs.h @@ -17,7 +17,7 @@ #ifndef ANDROID_EGLDEFS_H #define ANDROID_EGLDEFS_H -#include "hooks.h" +#include "../hooks.h" #define VERSION_MAJOR 1 #define VERSION_MINOR 4 diff --git a/opengl/libs/EGL/getProcAddress.cpp b/opengl/libs/EGL/getProcAddress.cpp index 1909232ed4..c160aa0e7d 100644 --- a/opengl/libs/EGL/getProcAddress.cpp +++ b/opengl/libs/EGL/getProcAddress.cpp @@ -21,7 +21,6 @@ #include <cutils/log.h> #include "egldefs.h" -#include "hooks.h" // ---------------------------------------------------------------------------- namespace android { diff --git a/opengl/libs/GLES2/gl2.cpp b/opengl/libs/GLES2/gl2.cpp index dd454bd7ee..fad2176d9f 100644 --- a/opengl/libs/GLES2/gl2.cpp +++ b/opengl/libs/GLES2/gl2.cpp @@ -27,8 +27,8 @@ #include <cutils/log.h> #include <cutils/properties.h> -#include "hooks.h" -#include "egl_impl.h" +#include "../hooks.h" +#include "../egl_impl.h" using namespace android; diff --git a/opengl/libs/GLES_CM/gl.cpp b/opengl/libs/GLES_CM/gl.cpp index 8ac8ff9fcd..a5bbdc6ce2 100644 --- a/opengl/libs/GLES_CM/gl.cpp +++ b/opengl/libs/GLES_CM/gl.cpp @@ -26,8 +26,8 @@ #include <cutils/log.h> #include <cutils/properties.h> -#include "hooks.h" -#include "egl_impl.h" +#include "../hooks.h" +#include "../egl_impl.h" using namespace android; |