summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound.cpp')
-rw-r--r--src/emu/sound.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/emu/sound.cpp b/src/emu/sound.cpp
index b74ff652b65..a0293063f48 100644
--- a/src/emu/sound.cpp
+++ b/src/emu/sound.cpp
@@ -10,11 +10,14 @@
#include "emu.h"
-#include "speaker.h"
-#include "emuopts.h"
-#include "osdepend.h"
#include "config.h"
+#include "emuopts.h"
+#include "speaker.h"
+
#include "wavwrite.h"
+#include "xmlfile.h"
+
+#include "osdepend.h"
//**************************************************************************