summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fromance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fromance.cpp')
-rw-r--r--src/mame/drivers/fromance.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/fromance.cpp b/src/mame/drivers/fromance.cpp
index 6c52c93ab69..90bfaeefab9 100644
--- a/src/mame/drivers/fromance.cpp
+++ b/src/mame/drivers/fromance.cpp
@@ -80,11 +80,13 @@ with the following code:
******************************************************************************/
#include "emu.h"
+#include "includes/fromance.h"
+
#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
-#include "sound/ym2413.h"
#include "sound/msm5205.h"
-#include "includes/fromance.h"
+#include "sound/ym2413.h"
+#include "speaker.h"
/*************************************