diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 20:05:40 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-04-09 20:05:40 +0200 |
| commit | 270e950cf1e590975e9b273da849a08d6a4f50bb (patch) | |
| tree | a4e05a6d6c102b0367f7480f193bd3237f628765 /src/string.hh | |
| parent | 5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 (diff) | |
sort includes directives
Diffstat (limited to 'src/string.hh')
| -rw-r--r-- | src/string.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/string.hh b/src/string.hh index 26922c3d..046544ed 100644 --- a/src/string.hh +++ b/src/string.hh @@ -1,13 +1,13 @@ #ifndef string_hh_INCLUDED #define string_hh_INCLUDED -#include <string> -#include <boost/regex.hpp> - #include "memoryview.hh" #include "units.hh" #include "utf8.hh" +#include <string> +#include <boost/regex.hpp> + namespace Kakoune { |
