summaryrefslogtreecommitdiff
path: root/src/keys.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-04-09 20:05:40 +0200
committerMaxime Coste <frrrwww@gmail.com>2013-04-09 20:05:40 +0200
commit270e950cf1e590975e9b273da849a08d6a4f50bb (patch)
treea4e05a6d6c102b0367f7480f193bd3237f628765 /src/keys.hh
parent5adee4a6a7e63aed3fac3cd8c9456d2ee1cd06a1 (diff)
sort includes directives
Diffstat (limited to 'src/keys.hh')
-rw-r--r--src/keys.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keys.hh b/src/keys.hh
index 749f83c1..0df78853 100644
--- a/src/keys.hh
+++ b/src/keys.hh
@@ -1,9 +1,10 @@
#ifndef keys_hh_INCLUDED
#define keys_hh_INCLUDED
-#include <vector>
-#include "unicode.hh"
#include "string.hh"
+#include "unicode.hh"
+
+#include <vector>
namespace Kakoune
{