summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/egl.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-17 18:50:16 -0700
committerMathias Agopian <mathias@google.com>2009-05-17 18:50:16 -0700
commit11be99de5f3901c32130ea4c5fd52e62e1845e73 (patch)
tree7d054e76be7e18c550518608508925a73c2b188e /opengl/libs/EGL/egl.cpp
parent59aa044a1098e49823d59905731f28465003e983 (diff)
downloadframeworks_base-11be99de5f3901c32130ea4c5fd52e62e1845e73.zip
frameworks_base-11be99de5f3901c32130ea4c5fd52e62e1845e73.tar.gz
frameworks_base-11be99de5f3901c32130ea4c5fd52e62e1845e73.tar.bz2
remove libEGL and libGLESv1_CM dependencies on libutils and libui
Diffstat (limited to 'opengl/libs/EGL/egl.cpp')
-rw-r--r--opengl/libs/EGL/egl.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index 7cdf494..2493fc6 100644
--- a/opengl/libs/EGL/egl.cpp
+++ b/opengl/libs/EGL/egl.cpp
@@ -15,6 +15,7 @@
*/
#include <ctype.h>
+#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <dlfcn.h>
@@ -35,10 +36,6 @@
#include <cutils/properties.h>
#include <cutils/memory.h>
-#include <utils/RefBase.h>
-#include <utils/threads.h>
-#include <utils/KeyedVector.h>
-
#include "hooks.h"
#include "egl_impl.h"