diff options
author | 2016-04-16 13:48:25 +0200 | |
---|---|---|
committer | 2016-04-16 13:48:25 +0200 | |
commit | 4a291564f399af9366cc1ea2fff24c0cc70b23c6 (patch) | |
tree | f3da30001bb9a68cca30a376bf4986922ac61d76 | |
parent | 070fa52fdc18fe20b494ddde65e4d31f9a2894d0 (diff) |
remove dependency (nw)
-rw-r--r-- | src/emu/device.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/device.cpp b/src/emu/device.cpp index 94b53d7c054..97c345788da 100644 --- a/src/emu/device.cpp +++ b/src/emu/device.cpp @@ -10,7 +10,6 @@ #include "emu.h" #include "string.h" -#include "ui/ui.h" #include "debug/debugcpu.h" |