diff options
Diffstat (limited to 'src/devices/machine/eeprompar.cpp')
-rw-r--r-- | src/devices/machine/eeprompar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/eeprompar.cpp b/src/devices/machine/eeprompar.cpp index be99c359532..787093f9194 100644 --- a/src/devices/machine/eeprompar.cpp +++ b/src/devices/machine/eeprompar.cpp @@ -47,7 +47,7 @@ ***************************************************************************/ #include "emu.h" -#include "machine/eeprompar.h" +#include "eeprompar.h" //#define VERBOSE 1 #include "logmacro.h" |