Cleanup includes ifdefs.
This commit is contained in:
parent
651ed760b7
commit
05d9c1b169
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue