summaryrefslogtreecommitdiff
path: root/cmds/flatland/Main.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2013-02-14 17:11:02 -0800
committer Mathias Agopian <mathias@google.com> 2013-02-14 19:19:05 -0800
commite3c697fb929c856b59fa56a8e05a2a7eba187c3d (patch)
treefccd3662a79ea1af6124365763f2ebc8db7f6c45 /cmds/flatland/Main.cpp
parent82052cff2c4da7a2af650cdd6bb7d21293742178 (diff)
Refactoring: Rename SurfaceTextureClient to Surface
Change-Id: Ibed34175ae273608393aaa5f0a7df207dc40d709
Diffstat (limited to 'cmds/flatland/Main.cpp')
-rw-r--r--cmds/flatland/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/flatland/Main.cpp b/cmds/flatland/Main.cpp
index 45f414e4fe..a65052ed54 100644
--- a/cmds/flatland/Main.cpp
+++ b/cmds/flatland/Main.cpp
@@ -19,7 +19,7 @@
#include <gui/GraphicBufferAlloc.h>
#include <gui/Surface.h>
#include <gui/GLConsumer.h>
-#include <gui/SurfaceTextureClient.h>
+#include <gui/Surface.h>
#include <ui/Fence.h>
#include <utils/Trace.h>