summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/stagefright.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
commitdf712ea86e6350f7005a02ab0e1c60c28a343ed0 (patch)
tree75401d5ef563d1ae76aaae4965f65bb39f92736c /cmds/stagefright/stagefright.cpp
parentd3393c35259588e8ad61a43d1d1aa1568e943307 (diff)
downloadframeworks_av-df712ea86e6350f7005a02ab0e1c60c28a343ed0.zip
frameworks_av-df712ea86e6350f7005a02ab0e1c60c28a343ed0.tar.gz
frameworks_av-df712ea86e6350f7005a02ab0e1c60c28a343ed0.tar.bz2
fix libgui header location
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
Diffstat (limited to 'cmds/stagefright/stagefright.cpp')
-rw-r--r--cmds/stagefright/stagefright.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmds/stagefright/stagefright.cpp b/cmds/stagefright/stagefright.cpp
index 7cb8f62..dab2e0f 100644
--- a/cmds/stagefright/stagefright.cpp
+++ b/cmds/stagefright/stagefright.cpp
@@ -55,9 +55,7 @@
#include <fcntl.h>
#include <gui/SurfaceTextureClient.h>
-
-#include <surfaceflinger/ISurfaceComposer.h>
-#include <surfaceflinger/SurfaceComposerClient.h>
+#include <gui/SurfaceComposerClient.h>
using namespace android;