egl: Remove unnecessary headers.
authorVinson Lee <vlee@vmware.com>
Wed, 27 Oct 2010 16:51:11 +0000 (09:51 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 27 Oct 2010 16:51:11 +0000 (09:51 -0700)
src/egl/main/eglimage.c
src/egl/main/eglmode.c
src/egl/main/eglscreen.c

index 9625d2ae84b9face437496d5f24a9a3cb8e91cba..6d4ee4e08b92bb4e9dfff30469b6b905f2341494 100644 (file)
@@ -2,7 +2,6 @@
 #include <string.h>
 
 #include "eglimage.h"
-#include "eglcurrent.h"
 #include "egllog.h"
 
 
index 29d7964386e9e051a9ed41cff6aa74b5bea1cf95..a9653496c3270a5036a0b4d7932ea9d34b8adeff 100644 (file)
@@ -3,11 +3,9 @@
 #include <string.h>
 
 #include "egldisplay.h"
-#include "egldriver.h"
 #include "eglmode.h"
 #include "eglcurrent.h"
 #include "eglscreen.h"
-#include "eglstring.h"
 
 
 #ifdef EGL_MESA_screen_surface
index fc3ab322ab0e0862af4c3ab2d550cce98cd78914..3abe85ff22f1ab0210a71429c99f824409955e2b 100644 (file)
@@ -18,7 +18,6 @@
 #include "egldisplay.h"
 #include "eglcurrent.h"
 #include "eglmode.h"
-#include "eglconfig.h"
 #include "eglsurface.h"
 #include "eglscreen.h"
 #include "eglmutex.h"