summaryrefslogtreecommitdiffstats
path: root/libs/gui/ISurfaceComposerClient.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-25 18:48:35 -0800
committerMathias Agopian <mathias@google.com>2012-02-27 13:03:08 -0800
commit8335f1ccccedb6655d96d9d5b697a7f0938235dd (patch)
tree30a7f8b3e646157365dd51222665a68753fa25e3 /libs/gui/ISurfaceComposerClient.cpp
parent57235fc65b5920f4867e66c8263efab49e92a21b (diff)
downloadframeworks_base-8335f1ccccedb6655d96d9d5b697a7f0938235dd.zip
frameworks_base-8335f1ccccedb6655d96d9d5b697a7f0938235dd.tar.gz
frameworks_base-8335f1ccccedb6655d96d9d5b697a7f0938235dd.tar.bz2
fix libgui header location
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
Diffstat (limited to 'libs/gui/ISurfaceComposerClient.cpp')
-rw-r--r--libs/gui/ISurfaceComposerClient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/gui/ISurfaceComposerClient.cpp b/libs/gui/ISurfaceComposerClient.cpp
index 8fe96b1..ca9ed5b 100644
--- a/libs/gui/ISurfaceComposerClient.cpp
+++ b/libs/gui/ISurfaceComposerClient.cpp
@@ -29,9 +29,9 @@
#include <ui/Point.h>
#include <ui/Rect.h>
-#include <surfaceflinger/ISurface.h>
-#include <surfaceflinger/ISurfaceComposerClient.h>
-#include <private/surfaceflinger/LayerState.h>
+#include <gui/ISurface.h>
+#include <gui/ISurfaceComposerClient.h>
+#include <private/gui/LayerState.h>
// ---------------------------------------------------------------------------