summaryrefslogtreecommitdiff
path: root/libs/gui/BufferQueue.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2012-02-25 18:48:35 -0800
committer Mathias Agopian <mathias@google.com> 2012-02-27 13:03:08 -0800
commit8335f1ccccedb6655d96d9d5b697a7f0938235dd (patch)
tree30a7f8b3e646157365dd51222665a68753fa25e3 /libs/gui/BufferQueue.cpp
parent57235fc65b5920f4867e66c8263efab49e92a21b (diff)
fix libgui header location
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
Diffstat (limited to 'libs/gui/BufferQueue.cpp')
-rw-r--r--libs/gui/BufferQueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/BufferQueue.cpp b/libs/gui/BufferQueue.cpp
index f4214c7d4741..20c4e3a28ec4 100644
--- a/libs/gui/BufferQueue.cpp
+++ b/libs/gui/BufferQueue.cpp
@@ -24,8 +24,8 @@
#include <EGL/eglext.h>
#include <gui/BufferQueue.h>
+#include <gui/ISurfaceComposer.h>
#include <private/gui/ComposerService.h>
-#include <surfaceflinger/ISurfaceComposer.h>
#include <utils/Log.h>
#include <gui/SurfaceTexture.h>