diff options
author | 2018-11-03 08:29:33 +0100 | |
---|---|---|
committer | 2018-11-03 08:29:33 +0100 | |
commit | 62285a49c8c7a3bb92550ea7ddc9b0e7e28e12dd (patch) | |
tree | 2fabb0f3675bd0f78befd2daf4c100cfca062c53 /src | |
parent | 9eba8c36fad75e887a32c172690c2e2b0f98e06b (diff) |
Remove emu.h from attotime (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/attotime.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/attotime.cpp b/src/emu/attotime.cpp index 057a840454b..bda9a5b7a24 100644 --- a/src/emu/attotime.cpp +++ b/src/emu/attotime.cpp @@ -8,8 +8,9 @@ ***************************************************************************/ -#include "emu.h" - +#include "emucore.h" +#include "eminline.h" +#include "attotime.h" //************************************************************************** // GLOBAL VARIABLES |