diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2011-04-05 13:21:15 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2011-04-05 13:21:15 +0000 |
commit | 2a6efe355bc53dd1ee94775966ede8518ac35afe (patch) | |
tree | d0c0b396d8a5d1b07cbeb82ad7204ba8f61876fb /src/bin/main.h | |
parent | 3a86dd96a7a4beb9ece511bf6781bab03333f213 (diff) |
expedite: remove Evas GL Glew user.
SVN revision: 58361
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 54c3ce0..4a6f880 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -48,9 +48,6 @@ | |||
48 | #if HAVE_EVAS_DIRECT3D | 48 | #if HAVE_EVAS_DIRECT3D |
49 | #include "engine_direct3d.h" | 49 | #include "engine_direct3d.h" |
50 | #endif | 50 | #endif |
51 | #if HAVE_EVAS_OPENGL_GLEW | ||
52 | #include "engine_gl_glew.h" | ||
53 | #endif | ||
54 | #if HAVE_EVAS_SOFTWARE_SDL | 51 | #if HAVE_EVAS_SOFTWARE_SDL |
55 | #include "engine_software_sdl.h" | 52 | #include "engine_software_sdl.h" |
56 | #endif | 53 | #endif |