summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-19 19:08:10 -0700
committerMathias Agopian <mathias@google.com>2009-05-20 12:55:03 -0700
commit0795272aa226f4e965968a03daddc53ce30b7cda (patch)
tree6b4e8ba5e57c5dcf2dd770c24e14c43eda42fdd7 /opengl
parent25ba5b6564224dceefa086b5c439ef28dad530ca (diff)
downloadframeworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.zip
frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.gz
frameworks_base-0795272aa226f4e965968a03daddc53ce30b7cda.tar.bz2
move libbinder's header files under includes/binder
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/EGL/gpu.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/opengl/libs/EGL/gpu.cpp b/opengl/libs/EGL/gpu.cpp
index f9dc5f1..20d76bc 100644
--- a/opengl/libs/EGL/gpu.cpp
+++ b/opengl/libs/EGL/gpu.cpp
@@ -29,11 +29,11 @@
#include <cutils/log.h>
#include <cutils/properties.h>
-#include <utils/IMemory.h>
+#include <binder/IMemory.h>
#include <utils/threads.h>
-#include <utils/IServiceManager.h>
-#include <utils/IPCThreadState.h>
-#include <utils/Parcel.h>
+#include <binder/IServiceManager.h>
+#include <binder/IPCThreadState.h>
+#include <binder/Parcel.h>
#include <ui/EGLDisplaySurface.h>
#include <ui/ISurfaceComposer.h>