diff options
author | 2022-02-11 23:22:46 -0500 | |
---|---|---|
committer | 2022-02-11 23:22:46 -0500 | |
commit | 0cb0cfd4c66915b43929d496fb694445fd7ab6ea (patch) | |
tree | bf6b5354e06024451554153eb4d60fbc97b47811 /src/frontend/mame/audit.cpp | |
parent | a9440352de702cc42c4ac972aeb1e37fe6bd8b2a (diff) |
Remove fileio.h from emu.h
Diffstat (limited to 'src/frontend/mame/audit.cpp')
-rw-r--r-- | src/frontend/mame/audit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/audit.cpp b/src/frontend/mame/audit.cpp index 0a37c4a3fff..f4d1d2e1438 100644 --- a/src/frontend/mame/audit.cpp +++ b/src/frontend/mame/audit.cpp @@ -15,6 +15,7 @@ #include "emuopts.h" #include "drivenum.h" +#include "fileio.h" #include "romload.h" #include "softlist_dev.h" |