Browse Source

egl: Remove unnecessary headers.

tags/snb-magic
Vinson Lee 15 years ago
parent
commit
1b92eb1a4b
3 changed files with 0 additions and 4 deletions
  1. 0
    1
      src/egl/main/eglimage.c
  2. 0
    2
      src/egl/main/eglmode.c
  3. 0
    1
      src/egl/main/eglscreen.c

+ 0
- 1
src/egl/main/eglimage.c View File

@@ -2,7 +2,6 @@
#include <string.h>

#include "eglimage.h"
#include "eglcurrent.h"
#include "egllog.h"



+ 0
- 2
src/egl/main/eglmode.c View 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

+ 0
- 1
src/egl/main/eglscreen.c View 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"

Loading…
Cancel
Save