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 9625d2a..6d4ee4e 100644 (file)
@@ -2,7 +2,6 @@
 #include <string.h>
 
 #include "eglimage.h"
-#include "eglcurrent.h"
 #include "egllog.h"
 
 
index 29d7964..a965349 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 fc3ab32..3abe85f 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"