diff --git a/desmume/src/gtk/desmume.cpp b/desmume/src/gtk/desmume.cpp index 3e2a14bdc..8c1f06d02 100644 --- a/desmume/src/gtk/desmume.cpp +++ b/desmume/src/gtk/desmume.cpp @@ -19,6 +19,11 @@ * Boston, MA 02111-1307, USA. */ +#include "types.h" +#include "NDSSystem.h" +#include "SPU.h" +#include "sndsdl.h" +#include "ctrlssdl.h" #include "desmume.h" volatile BOOL execute = FALSE; diff --git a/desmume/src/gtk/desmume.h b/desmume/src/gtk/desmume.h index e1076ae57..883982183 100644 --- a/desmume/src/gtk/desmume.h +++ b/desmume/src/gtk/desmume.h @@ -22,8 +22,6 @@ #ifndef __DESMUME_H__ #define __DESMUME_H__ -#include "globals.h" - extern void desmume_init( struct armcpu_memory_iface *arm9_mem_if, struct armcpu_ctrl_iface **arm9_ctrl_iface, struct armcpu_memory_iface *arm7_mem_if,