diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-17 18:50:16 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-17 18:50:16 -0700 |
commit | d8fb7b586f3cfac42694208547b58438d7f3b3ed (patch) | |
tree | cf37b3f8a8a65a4537f7ea56279947e99ba5cec1 /opengl/libs/EGL/egl.cpp | |
parent | ac2dda7e0e99917f40a771a92390f73a5da7c89e (diff) | |
download | frameworks_native-d8fb7b586f3cfac42694208547b58438d7f3b3ed.zip frameworks_native-d8fb7b586f3cfac42694208547b58438d7f3b3ed.tar.gz frameworks_native-d8fb7b586f3cfac42694208547b58438d7f3b3ed.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.cpp | 5 |
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" |