summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emu.h')
-rw-r--r--src/emu/emu.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h
index e978bbe44d5..1411ecda1db 100644
--- a/src/emu/emu.h
+++ b/src/emu/emu.h
@@ -41,7 +41,7 @@
#include "devdelegate.h"
// memory and address spaces
-#include "memory.h"
+#include "emumem.h"
#include "addrmap.h"
#include "memarray.h"
@@ -106,9 +106,6 @@ typedef device_t * (*machine_config_constructor)(machine_config &config, device_
#include "sound.h"
#include "speaker.h"
-// user interface
-#include "ui/ui.h"
-
// generic helpers
#include "devcb.h"
#include "dispatch.h"
@@ -118,6 +115,5 @@ typedef device_t * (*machine_config_constructor)(machine_config &config, device_
// member templates that don't like incomplete types
#include "device.ipp"
-#include "machine.ipp"
#endif /* __EMU_H__ */