diff options
Diffstat (limited to 'src/emu/watchdog.c')
-rw-r--r-- | src/emu/watchdog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/watchdog.c b/src/emu/watchdog.c index abe685de2c2..6d0e91b827c 100644 --- a/src/emu/watchdog.c +++ b/src/emu/watchdog.c @@ -9,8 +9,7 @@ ***************************************************************************/ -#include "driver.h" -#include "watchdog.h" +#include "emu.h" |