summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBuffer.h
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
commitc5b2c0bf8007562536b822eb060fc54a01f8e08b (patch)
treeda6084f542177972cf72a985b5d2c10330f87de3 /libs/surfaceflinger/LayerBuffer.h
parent208059f67ed2dd9fa025e07fcb6954d3cb61c79e (diff)
downloadframeworks_native-c5b2c0bf8007562536b822eb060fc54a01f8e08b.zip
frameworks_native-c5b2c0bf8007562536b822eb060fc54a01f8e08b.tar.gz
frameworks_native-c5b2c0bf8007562536b822eb060fc54a01f8e08b.tar.bz2
move libbinder's header files under includes/binder
Diffstat (limited to 'libs/surfaceflinger/LayerBuffer.h')
-rw-r--r--libs/surfaceflinger/LayerBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaceflinger/LayerBuffer.h b/libs/surfaceflinger/LayerBuffer.h
index 2dc77f1..f74d6a1 100644
--- a/libs/surfaceflinger/LayerBuffer.h
+++ b/libs/surfaceflinger/LayerBuffer.h
@@ -20,7 +20,7 @@
#include <stdint.h>
#include <sys/types.h>
-#include <utils/IMemory.h>
+#include <binder/IMemory.h>
#include <private/ui/LayerState.h>
#include <EGL/eglnatives.h>