summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sf.cpp')
-rw-r--r--src/mame/drivers/sf.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/sf.cpp b/src/mame/drivers/sf.cpp
index 3efa952ebd6..a97deabca80 100644
--- a/src/mame/drivers/sf.cpp
+++ b/src/mame/drivers/sf.cpp
@@ -12,10 +12,13 @@
***************************************************************************/
#include "emu.h"
+#include "includes/sf.h"
+
#include "cpu/z80/z80.h"
#include "cpu/m68000/m68000.h"
#include "sound/ym2151.h"
-#include "includes/sf.h"
+#include "screen.h"
+#include "speaker.h"
/* The protection of the Japanese (and alt US) version */