summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gameplan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gameplan.cpp')
-rw-r--r--src/mame/drivers/gameplan.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/gameplan.cpp b/src/mame/drivers/gameplan.cpp
index a59919edc7c..6b7d4101535 100644
--- a/src/mame/drivers/gameplan.cpp
+++ b/src/mame/drivers/gameplan.cpp
@@ -77,9 +77,11 @@ TODO:
****************************************************************************/
#include "emu.h"
+#include "includes/gameplan.h"
+
#include "cpu/m6502/m6502.h"
#include "sound/ay8910.h"
-#include "includes/gameplan.h"
+#include "speaker.h"