summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/undrfire.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/undrfire.cpp')
-rw-r--r--src/mame/drivers/undrfire.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/undrfire.cpp b/src/mame/drivers/undrfire.cpp
index 2a32dd649ea..21ba3b7481d 100644
--- a/src/mame/drivers/undrfire.cpp
+++ b/src/mame/drivers/undrfire.cpp
@@ -189,12 +189,14 @@ Board contains only 29 ROMs and not much else.
***************************************************************************/
#include "emu.h"
+#include "includes/undrfire.h"
+#include "audio/taito_en.h"
+
#include "cpu/m68000/m68000.h"
#include "machine/eepromser.h"
#include "machine/watchdog.h"
#include "sound/es5506.h"
-#include "audio/taito_en.h"
-#include "includes/undrfire.h"
+#include "screen.h"
#include "cbombers.lh"