summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/strnskil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/strnskil.cpp')
-rw-r--r--src/mame/drivers/strnskil.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/strnskil.cpp b/src/mame/drivers/strnskil.cpp
index 33335cf6d58..3e43a9345f7 100644
--- a/src/mame/drivers/strnskil.cpp
+++ b/src/mame/drivers/strnskil.cpp
@@ -19,10 +19,13 @@ Notes:
*****************************************************************************/
#include "emu.h"
+#include "includes/strnskil.h"
+
#include "cpu/z80/z80.h"
#include "cpu/mb88xx/mb88xx.h"
#include "sound/sn76496.h"
-#include "includes/strnskil.h"
+#include "screen.h"
+#include "speaker.h"