diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-09-20 23:52:38 -0700 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-09-21 00:15:56 -0700 |
commit | 84fbbe26297652d994d203bde543ec252c2d801a (patch) | |
tree | 5f6fcc088dab9d53ee30e64b47fce2e04c8fb13c /src/common/string_util.cpp | |
parent | ebdae19fd226104baec712b9da9939ff82ef3c3a (diff) |
Use negative priorities to avoid special-casing the self-include
Diffstat (limited to 'src/common/string_util.cpp')
-rw-r--r-- | src/common/string_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/string_util.cpp b/src/common/string_util.cpp index 968854baed..ca97e8ab49 100644 --- a/src/common/string_util.cpp +++ b/src/common/string_util.cpp @@ -2,7 +2,6 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#include "common/string_util.h" #include <cctype> #include <cerrno> #include <cstdio> @@ -11,6 +10,7 @@ #include <boost/range/algorithm/transform.hpp> #include "common/common_paths.h" #include "common/logging/log.h" +#include "common/string_util.h" #ifdef _MSC_VER #include <Windows.h> #include <codecvt> |