summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chqflag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chqflag.cpp')
-rw-r--r--src/mame/drivers/chqflag.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/chqflag.cpp b/src/mame/drivers/chqflag.cpp
index a1a00780ef1..e2f97417977 100644
--- a/src/mame/drivers/chqflag.cpp
+++ b/src/mame/drivers/chqflag.cpp
@@ -15,12 +15,15 @@
***************************************************************************/
#include "emu.h"
+#include "includes/chqflag.h"
+#include "includes/konamipt.h"
+
#include "cpu/z80/z80.h"
#include "cpu/m6809/konami.h"
#include "machine/watchdog.h"
#include "sound/ym2151.h"
-#include "includes/chqflag.h"
-#include "includes/konamipt.h"
+#include "speaker.h"
+
#include "chqflag.lh"