summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-08-28 13:23:40 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-08-28 13:23:40 -0400
commitf52b402f2416ddfd646afe2d132c16d78c6fe9c3 (patch)
treeadeac9e7f91d2b9392880c963c2834f5f8a8320a /src/frontend
parent45a99ad00e04549d3febd28723a73bdf1ba4db67 (diff)
OSD/network interface cleanup
- Move osd_midi_device from osdcore.h to osdepend.h - Move osd_list_network_adapters from osdcore.h to osdnet.h (was already defineduniquely in osdnet.cpp) - Move #include <cstdarg> from osdcore.h to emu.h - Remove dinetwork.h from emu.h
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/ui/mainmenu.cpp1
-rw-r--r--src/frontend/mame/ui/miscmenu.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/mainmenu.cpp b/src/frontend/mame/ui/mainmenu.cpp
index aebe9a5886b..0ef893dfd1c 100644
--- a/src/frontend/mame/ui/mainmenu.cpp
+++ b/src/frontend/mame/ui/mainmenu.cpp
@@ -37,6 +37,7 @@
#include "machine/bcreader.h"
#include "crsshair.h"
+#include "dinetwork.h"
#include "dipty.h"
#include "emuopts.h"
diff --git a/src/frontend/mame/ui/miscmenu.cpp b/src/frontend/mame/ui/miscmenu.cpp
index b621581ee89..0733f554506 100644
--- a/src/frontend/mame/ui/miscmenu.cpp
+++ b/src/frontend/mame/ui/miscmenu.cpp
@@ -23,6 +23,7 @@
#include "osdnet.h"
#include "mameopts.h"
#include "pluginopts.h"
+#include "dinetwork.h"
#include "drivenum.h"
#include "fileio.h"
#include "romload.h"