summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gamepock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gamepock.cpp')
-rw-r--r--src/mame/machine/gamepock.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/gamepock.cpp b/src/mame/machine/gamepock.cpp
index 2d5d543ab6a..9d705519d0f 100644
--- a/src/mame/machine/gamepock.cpp
+++ b/src/mame/machine/gamepock.cpp
@@ -1,10 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
#include "emu.h"
-#include "sound/speaker.h"
-#include "cpu/upd7810/upd7810.h"
#include "includes/gamepock.h"
+#include "cpu/upd7810/upd7810.h"
+
void gamepock_state::hd44102ch_w( int which, int c_d, uint8_t data )
{