diff options
author | 2013-01-08 18:05:17 -0800 | |
---|---|---|
committer | 2013-02-12 18:15:38 -0800 | |
commit | c52e16cbf9798b95188c82465dfd84b914ff5199 (patch) | |
tree | 6fe579fae1c935b0a9be227322e27913747237e2 /cmds/flatland/GLHelper.cpp | |
parent | 1df8c345854155cbbcb9f80de9d12d66ea70ac08 (diff) |
flatland: remove an unneeded #include
Change-Id: I50831d4efd543664ff7df7aaef35d842aebf1bd6
Diffstat (limited to 'cmds/flatland/GLHelper.cpp')
-rw-r--r-- | cmds/flatland/GLHelper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmds/flatland/GLHelper.cpp b/cmds/flatland/GLHelper.cpp index 31b1e063fa..3647897594 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> |