Cleanup includes ifdefs.

This commit is contained in:
riccardom 2009-04-23 20:24:51 +00:00
parent 651ed760b7
commit 05d9c1b169
1 changed files with 1 additions and 3 deletions

View File

@ -45,14 +45,12 @@
#include "gdbstub.h" #include "gdbstub.h"
#endif #endif
#if defined(HAVE_LIBOSMESA) #ifdef HAVE_LIBOSMESA
#include <GL/gl.h> #include <GL/gl.h>
#include <GL/glu.h> #include <GL/glu.h>
#include "OGLRender.h" #include "OGLRender.h"
#ifdef HAVE_LIBOSMESA
#include "osmesa_3Demu.h" #include "osmesa_3Demu.h"
#endif #endif
#endif
#include "DeSmuME.xpm" #include "DeSmuME.xpm"