diff --git a/libs/debugging/ScopedDebugTimer.h b/libs/debugging/ScopedDebugTimer.h index 15fbc5e5f5..73cbe870c5 100644 --- a/libs/debugging/ScopedDebugTimer.h +++ b/libs/debugging/ScopedDebugTimer.h @@ -36,7 +36,6 @@ #endif #include -#include "stream/TextFileInputStream.h" namespace { diff --git a/plugins/sound/SoundPlayer.cpp b/plugins/sound/SoundPlayer.cpp index 575605f4ad..4b6b807624 100644 --- a/plugins/sound/SoundPlayer.cpp +++ b/plugins/sound/SoundPlayer.cpp @@ -5,7 +5,6 @@ #include #include "string/case_conv.h" -#include "stream/TextFileInputStream.h" #include "os/path.h" #include diff --git a/radiantcore/map/Map.cpp b/radiantcore/map/Map.cpp index 337bd4914a..99afb2bbdc 100644 --- a/radiantcore/map/Map.cpp +++ b/radiantcore/map/Map.cpp @@ -24,7 +24,6 @@ #include "imapformat.h" #include "registry/registry.h" -#include "stream/TextFileInputStream.h" #include "entitylib.h" #include "gamelib.h" #include "os/path.h" diff --git a/radiantcore/map/MapResource.cpp b/radiantcore/map/MapResource.cpp index bb72b48834..5ee02fa1a1 100644 --- a/radiantcore/map/MapResource.cpp +++ b/radiantcore/map/MapResource.cpp @@ -21,7 +21,6 @@ #include "os/file.h" #include "os/fs.h" #include "scene/Traverse.h" -#include "stream/TextFileInputStream.h" #include "scenelib.h" #include @@ -384,15 +383,13 @@ void MapResource::openFileStream(const std::string& path, const std::function