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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frontend/mame/info.cpp b/src/frontend/mame/info.cpp
index b23c8296992..fe4b161503c 100644
--- a/src/frontend/mame/info.cpp
+++ b/src/frontend/mame/info.cpp
@@ -9,7 +9,6 @@
***************************************************************************/
#include "emu.h"
-#include "mame.h"
#include "mameopts.h"
#include "machine/ram.h"
#include "sound/samples.h"
@@ -216,7 +215,7 @@ void info_xml_creator::output(FILE *out, bool nodevices)
#endif
"\" mameconfig=\"%d\">\n",
XML_ROOT,
- xml_normalize_string(build_version),
+ xml_normalize_string(emulator_info::get_build_version()),
CONFIG_VERSION
);