diff options
author | Sven Gothel <[email protected]> | 2011-08-11 17:46:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-11 17:46:38 +0200 |
commit | b893ada668591187ac6866296439811036db2d95 (patch) | |
tree | 5350a6e3d6b1b48331f11a6f0cc5527712515f21 /src/newt/native | |
parent | d870cb763cc0c6c995037b7db2285e1d365f09a7 (diff) |
Android Cleanup: Remove EGL header & library (compile time)
Diffstat (limited to 'src/newt/native')
-rw-r--r-- | src/newt/native/AndroidWindow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newt/native/AndroidWindow.c b/src/newt/native/AndroidWindow.c index 4359c22bb..5eca96fc2 100644 --- a/src/newt/native/AndroidWindow.c +++ b/src/newt/native/AndroidWindow.c @@ -8,7 +8,6 @@ #include <unistd.h> #include <errno.h> -#include <EGL/egl.h> #include "jogamp_newt_driver_android_AndroidWindow.h" |