summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dambustr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dambustr.cpp')
-rw-r--r--src/mame/drivers/dambustr.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/dambustr.cpp b/src/mame/drivers/dambustr.cpp
index 73b83e92ffd..a1273562894 100644
--- a/src/mame/drivers/dambustr.cpp
+++ b/src/mame/drivers/dambustr.cpp
@@ -51,11 +51,12 @@ Stephh's notes (based on the games Z80 code and some tests) :
#include "emu.h"
+#include "includes/galaxold.h"
+#include "audio/galaxian.h"
#include "cpu/z80/z80.h"
#include "machine/watchdog.h"
-#include "audio/galaxian.h"
-#include "includes/galaxold.h"
+#include "speaker.h"
class dambustr_state : public galaxold_state