fix local include paths

Change-Id: Icb921fa796ec08612dbb2feb7e7161bcb0cf4a99
This commit is contained in:
Mathias Agopian 2013-04-04 23:17:56 -07:00
parent 18bd1d6d55
commit 39c24a20bb
11 changed files with 20 additions and 22 deletions

View File

@ -27,9 +27,9 @@
#include <EGL/egl.h>
#include "../glestrace.h"
#include "egldefs.h"
#include "glestrace.h"
#include "hooks.h"
#include "Loader.h"
// ----------------------------------------------------------------------------

View File

@ -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
};

View File

@ -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"

View File

@ -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>

View File

@ -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>

View File

@ -31,7 +31,7 @@
#include <utils/String8.h>
#include "egldefs.h"
#include "hooks.h"
#include "../hooks.h"
// ----------------------------------------------------------------------------
namespace android {

View File

@ -22,7 +22,6 @@
#include <EGL/egl.h>
#include "egldefs.h"
#include "hooks.h"
// ----------------------------------------------------------------------------
namespace android {

View File

@ -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

View File

@ -21,7 +21,6 @@
#include <cutils/log.h>
#include "egldefs.h"
#include "hooks.h"
// ----------------------------------------------------------------------------
namespace android {

View File

@ -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;

View File

@ -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;