diff options
author | 2010-07-05 10:34:34 +0000 | |
---|---|---|
committer | 2010-07-05 10:34:34 +0000 | |
commit | 15382881097510a2f58fd8d725bce06556272a4f (patch) | |
tree | 1fec1bbc1fbddc8824279aaf627996842b27edfd /src/emu/emu.h | |
parent | c14878e59a2167f20dfc97d02feff86566f17b14 (diff) |
Removed need for messdrv.h (no whatsnew)
Diffstat (limited to 'src/emu/emu.h')
-rw-r--r-- | src/emu/emu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h index 3e0d50be07f..846d8639059 100644 --- a/src/emu/emu.h +++ b/src/emu/emu.h @@ -105,7 +105,6 @@ // the running machine #ifdef MESS #include "mess.h" -#include "messdrv.h" #endif /* MESS */ #include "machine.h" #include "mame.h" |