diff options
author | Chia-I Wu <[email protected]> | 2010-01-29 09:00:30 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-30 22:55:49 +0800 |
commit | 94cb321b5d246185abf71d89968d472a626f1a23 (patch) | |
tree | 739a1b6faa8c68b22c47a5e3af5fded80f12bc77 /src/egl/main/eglglobals.h | |
parent | 847ac8ec5ff683076dff17d8e0426a64b4ad65e7 (diff) |
egl: Clean up header inclusions.
Mainly to remove eglcurrent.h and egldisplay.h from eglglobals.h.
Diffstat (limited to 'src/egl/main/eglglobals.h')
-rw-r--r-- | src/egl/main/eglglobals.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/egl/main/eglglobals.h b/src/egl/main/eglglobals.h index 5ebb914ca72..cd1dd5851b9 100644 --- a/src/egl/main/eglglobals.h +++ b/src/egl/main/eglglobals.h @@ -1,9 +1,8 @@ #ifndef EGLGLOBALS_INCLUDED #define EGLGLOBALS_INCLUDED + #include "egltypedefs.h" -#include "egldisplay.h" -#include "eglcurrent.h" #include "eglmutex.h" |