summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gunbustr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gunbustr.cpp')
-rw-r--r--src/mame/drivers/gunbustr.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/gunbustr.cpp b/src/mame/drivers/gunbustr.cpp
index b5e1d38b314..5fa812e813f 100644
--- a/src/mame/drivers/gunbustr.cpp
+++ b/src/mame/drivers/gunbustr.cpp
@@ -44,11 +44,13 @@
***************************************************************************/
#include "emu.h"
+#include "audio/taito_en.h"
+#include "includes/gunbustr.h"
+
#include "cpu/m68000/m68000.h"
#include "machine/eepromser.h"
#include "sound/es5506.h"
-#include "audio/taito_en.h"
-#include "includes/gunbustr.h"
+#include "screen.h"
/*********************************************************************/