diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-02-13 15:07:00 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-13 15:07:00 +0100 |
commit | 439b027d48a32848e162927f50df1564b985c866 (patch) | |
tree | 2206ea55e472a5f3de4a9a4d15de00a6a8873f6b /src/common/Logging/AppenderConsole.cpp | |
parent | 904299413ed711042135386583982e2911d21551 (diff) |
Core/Misc: Cleanup unused includes
Diffstat (limited to 'src/common/Logging/AppenderConsole.cpp')
-rw-r--r-- | src/common/Logging/AppenderConsole.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Logging/AppenderConsole.cpp b/src/common/Logging/AppenderConsole.cpp index af2117c6d0c..61efed60e90 100644 --- a/src/common/Logging/AppenderConsole.cpp +++ b/src/common/Logging/AppenderConsole.cpp @@ -21,7 +21,6 @@ #include "StringFormat.h" #include "StringConvert.h" #include "Util.h" -#include <sstream> #if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS #include <Windows.h> |