summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/warriorb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/warriorb.cpp')
-rw-r--r--src/mame/drivers/warriorb.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/mame/drivers/warriorb.cpp b/src/mame/drivers/warriorb.cpp
index af46700c7be..6ae23e97825 100644
--- a/src/mame/drivers/warriorb.cpp
+++ b/src/mame/drivers/warriorb.cpp
@@ -147,12 +147,16 @@ Colscroll effects?
***************************************************************************/
#include "emu.h"
+#include "includes/warriorb.h"
+#include "includes/taitoipt.h"
+
#include "cpu/z80/z80.h"
-#include "rendlay.h"
#include "cpu/m68000/m68000.h"
#include "sound/2610intf.h"
-#include "includes/warriorb.h"
-#include "includes/taitoipt.h"
+
+#include "rendlay.h"
+#include "screen.h"
+#include "speaker.h"