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/StringUtil.cpp | |
| parent | 939df46674d5ce3803292431495e479bf6f434b5 (diff) | |
Fix more header sorting issues in Common/ (now check-includes clean).
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
| -rw-r--r-- | Source/Core/Common/StringUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/StringUtil.cpp b/Source/Core/Common/StringUtil.cpp index 233bc8717b..3031669323 100644 --- a/Source/Core/Common/StringUtil.cpp +++ b/Source/Core/Common/StringUtil.cpp @@ -3,8 +3,8 @@ // Refer to the license.txt file included. #include <algorithm> -#include <cstdlib> #include <cstdio> +#include <cstdlib> #include "Common/CommonPaths.h" #include "Common/StringUtil.h" |
