diff options
| author | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-07-16 14:14:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 14:14:01 +0200 |
| commit | ddf16ae4d9eff6e849618bb6c5a00603f26daa93 (patch) | |
| tree | f211c3761ef18b4ecc1b3357b1f18524126aab74 /src/tools/map_extractor | |
| parent | c0ade2e98fbc6cc129b4725d2216016f90996e8b (diff) | |
Misc: Remove some unneeded/duplicated includes (#25051)
Diffstat (limited to 'src/tools/map_extractor')
| -rw-r--r-- | src/tools/map_extractor/System.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 7412a714ffc..1d16e05809c 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -34,7 +34,6 @@ #include <G3D/Plane.h> #include <boost/filesystem.hpp> -#include <unordered_map> extern ArchiveSet gOpenArchives; |
