summaryrefslogtreecommitdiffstats
path: root/cmds/flatland
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2013-01-08 18:05:17 -0800
committerJamie Gennis <jgennis@google.com>2013-02-12 18:15:38 -0800
commitc52e16cbf9798b95188c82465dfd84b914ff5199 (patch)
tree6fe579fae1c935b0a9be227322e27913747237e2 /cmds/flatland
parent1df8c345854155cbbcb9f80de9d12d66ea70ac08 (diff)
downloadframeworks_native-c52e16cbf9798b95188c82465dfd84b914ff5199.zip
frameworks_native-c52e16cbf9798b95188c82465dfd84b914ff5199.tar.gz
frameworks_native-c52e16cbf9798b95188c82465dfd84b914ff5199.tar.bz2
flatland: remove an unneeded #include
Change-Id: I50831d4efd543664ff7df7aaef35d842aebf1bd6
Diffstat (limited to 'cmds/flatland')
-rw-r--r--cmds/flatland/GLHelper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/flatland/GLHelper.cpp b/cmds/flatland/GLHelper.cpp
index 31b1e06..3647897 100644
--- a/cmds/flatland/GLHelper.cpp
+++ b/cmds/flatland/GLHelper.cpp
@@ -14,8 +14,6 @@
* limitations under the License.
*/
-#include <ui/Fence.h>
-
#include <ui/DisplayInfo.h>
#include <gui/SurfaceComposerClient.h>