summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-25 21:16:26 -0800
committerMathias Agopian <mathias@google.com>2012-02-26 00:26:20 -0800
commit01e4a8ff63523bba5c8f919a72e0adb66daf4b98 (patch)
tree510c0279d0ca6508bcc2e5383fdfed5690c1f7af /tests
parent750c5c1c0fe686e942635fe9b5c202d15236da4d (diff)
downloadandroid_frameworks_wilhelm-01e4a8ff63523bba5c8f919a72e0adb66daf4b98.tar.gz
android_frameworks_wilhelm-01e4a8ff63523bba5c8f919a72e0adb66daf4b98.tar.bz2
android_frameworks_wilhelm-01e4a8ff63523bba5c8f919a72e0adb66daf4b98.zip
cleanup includes
Change-Id: Ia98b76b2e0c49ee257e1f31c61c2d6f72a9fe894
Diffstat (limited to 'tests')
-rw-r--r--tests/sandbox/nativewindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sandbox/nativewindow.cpp b/tests/sandbox/nativewindow.cpp
index 8fe7fb0..9f5b6ae 100644
--- a/tests/sandbox/nativewindow.cpp
+++ b/tests/sandbox/nativewindow.cpp
@@ -20,8 +20,8 @@
// that are not part of the NDK supported APIs, and are subject to change at any time.
#include <binder/ProcessState.h>
-#include <surfaceflinger/ISurfaceComposer.h>
-#include <surfaceflinger/SurfaceComposerClient.h>
+#include <gui/Surface.h>
+#include <gui/SurfaceComposerClient.h>
#include <utils/String8.h>
#include "nativewindow.h"