summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/info.cpp')
-rw-r--r--src/frontend/mame/info.cpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/frontend/mame/info.cpp b/src/frontend/mame/info.cpp
index 7c964de669c..2576edf878e 100644
--- a/src/frontend/mame/info.cpp
+++ b/src/frontend/mame/info.cpp
@@ -9,17 +9,24 @@
***************************************************************************/
#include "emu.h"
+
+#include "info.h"
#include "mameopts.h"
+
#include "machine/ram.h"
#include "sound/samples.h"
-#include "info.h"
-#include "xmlfile.h"
+
#include "config.h"
#include "drivenum.h"
+#include "screen.h"
#include "softlist_dev.h"
+#include "speaker.h"
+
+#include "xmlfile.h"
#include <ctype.h>
+
#define XML_ROOT "mame"
#define XML_TOP "machine"