diff options
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 { |
