summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/wpcsnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/wpcsnd.h')
-rw-r--r--src/mame/audio/wpcsnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/wpcsnd.h b/src/mame/audio/wpcsnd.h
index 52aa5182c6b..f6d8e4d8b0f 100644
--- a/src/mame/audio/wpcsnd.h
+++ b/src/mame/audio/wpcsnd.h
@@ -12,8 +12,8 @@
#pragma once
#include "cpu/m6809/m6809.h"
-#include "sound/ym2151.h"
#include "sound/hc55516.h"
+#include "sound/ym2151.h"
class wpcsnd_device : public device_t, public device_mixer_interface