diff options
author | 2022-02-13 10:36:36 +1100 | |
---|---|---|
committer | 2022-02-13 10:36:36 +1100 | |
commit | ea6d1ae3f4cd36732c2b9a2a6d02a06dc4a97def (patch) | |
tree | 54bc0fc49016491e3e4dba368af59290244d2cbf /src/devices/sound/samples.cpp | |
parent | acbec54361b3d87edd4c72d8e4603e619b04176a (diff) |
Revert "Remove fileio.h from emu.h"
This reverts commit 0cb0cfd4c66915b43929d496fb694445fd7ab6ea.
Diffstat (limited to 'src/devices/sound/samples.cpp')
-rw-r--r-- | src/devices/sound/samples.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/samples.cpp b/src/devices/sound/samples.cpp index bd8fbb1144f..7663d921475 100644 --- a/src/devices/sound/samples.cpp +++ b/src/devices/sound/samples.cpp @@ -26,7 +26,6 @@ #include "samples.h" #include "emuopts.h" -#include "fileio.h" #include "flac.h" |