summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-26 00:40:08 -0800
committerMathias Agopian <mathias@google.com>2012-02-26 00:40:08 -0800
commit90b6191067990a7a3ee947d7ce08c64f780f0de7 (patch)
tree24b43234802560783e9c7426784f83c15db87caa /libvideoeditor/lvpp/VideoEditorPreviewController.cpp
parentff63ae394b51682f5d36f3413c8f9d7367b8412e (diff)
downloadframeworks_av-90b6191067990a7a3ee947d7ce08c64f780f0de7.zip
frameworks_av-90b6191067990a7a3ee947d7ce08c64f780f0de7.tar.gz
frameworks_av-90b6191067990a7a3ee947d7ce08c64f780f0de7.tar.bz2
fix location of libgui headers
Change-Id: I0d203f4e7aa83e0449f7ebb9f3cafe021e38fc2f
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPreviewController.cpp')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPreviewController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPreviewController.cpp b/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
index e64989c..149c4ea 100755
--- a/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
+++ b/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
@@ -18,7 +18,7 @@
#define LOG_TAG "PreviewController"
#include <utils/Log.h>
-#include <surfaceflinger/Surface.h>
+#include <gui/Surface.h>
#include "VideoEditorAudioPlayer.h"
#include "PreviewRenderer.h"