Cleanup includes ifdefs.
This commit is contained in:
parent
651ed760b7
commit
05d9c1b169
|
@ -45,14 +45,12 @@
|
|||
#include "gdbstub.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_LIBOSMESA)
|
||||
#ifdef HAVE_LIBOSMESA
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#include "OGLRender.h"
|
||||
#ifdef HAVE_LIBOSMESA
|
||||
#include "osmesa_3Demu.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "DeSmuME.xpm"
|
||||
|
||||
|
|
Loading…
Reference in New Issue