diff options
Diffstat (limited to 'audio/mods/tfmx.cpp')
-rw-r--r-- | audio/mods/tfmx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mods/tfmx.cpp b/audio/mods/tfmx.cpp index 8c69a75ebd..f7cfc50c10 100644 --- a/audio/mods/tfmx.cpp +++ b/audio/mods/tfmx.cpp @@ -26,8 +26,8 @@ #include "common/scummsys.h" #include "common/endian.h" #include "common/stream.h" -#include "common/util.h" #include "common/debug.h" +#include "common/textconsole.h" #include "audio/mods/tfmx.h" |