summaryrefslogtreecommitdiffstats
path: root/opengl/tests/fillrate/fillrate.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-24 16:42:46 -0800
committerMathias Agopian <mathias@google.com>2012-02-24 16:42:46 -0800
commitcc0eaa6582563f51c98db1b232200ac4d2a9a996 (patch)
tree68fcede9c118f7a72de79d0402e92c97b4edfaf3 /opengl/tests/fillrate/fillrate.cpp
parent7b49b4bea8090bb8e5015225eb05686d3676205c (diff)
downloadframeworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.zip
frameworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.tar.gz
frameworks_base-cc0eaa6582563f51c98db1b232200ac4d2a9a996.tar.bz2
remove libui dependency on libEGL
Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
Diffstat (limited to 'opengl/tests/fillrate/fillrate.cpp')
-rw-r--r--opengl/tests/fillrate/fillrate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/fillrate/fillrate.cpp b/opengl/tests/fillrate/fillrate.cpp
index 911d354..a708647 100644
--- a/opengl/tests/fillrate/fillrate.cpp
+++ b/opengl/tests/fillrate/fillrate.cpp
@@ -26,7 +26,7 @@
#include <utils/StopWatch.h>
#include <ui/FramebufferNativeWindow.h>
-#include <ui/EGLUtils.h>
+#include "EGLUtils.h"
using namespace android;