diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-19 01:54:11 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 01:01:10 +0100 |
| commit | 3f9c38d2314a259a9c34dd89bcdfab3af00a02f5 (patch) | |
| tree | c95735784575741b8a5b0880ffb3b66950a940ab /Source/Core/Common/LogManager.cpp | |
| parent | 939df46674d5ce3803292431495e479bf6f434b5 (diff) | |
Fix more header sorting issues in Common/ (now check-includes clean).
Diffstat (limited to 'Source/Core/Common/LogManager.cpp')
| -rw-r--r-- | Source/Core/Common/LogManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/LogManager.cpp b/Source/Core/Common/LogManager.cpp index 31a6d8c9cf..a880b66268 100644 --- a/Source/Core/Common/LogManager.cpp +++ b/Source/Core/Common/LogManager.cpp @@ -9,8 +9,8 @@ #endif #include "Common/FileUtil.h" #include "Common/LogManager.h" -#include "Common/Timer.h" #include "Common/Thread.h" +#include "Common/Timer.h" void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char *file, int line, const char* fmt, ...) |
