summaryrefslogtreecommitdiff
path: root/src/parameters_parser.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-03-15 18:25:59 +0000
committerMaxime Coste <mawww@kakoune.org>2017-03-15 18:25:59 +0000
commit7d9f1df73a982c93a654ad67b70e34b3a9902aad (patch)
tree3c238ad320f2ac21f3a034b5713536c9bc6f677f /src/parameters_parser.hh
parent458dd2e9fa96e5e75dde68b135aa43eae470c491 (diff)
Small code tweaks regarding flags handling
Diffstat (limited to 'src/parameters_parser.hh')
-rw-r--r--src/parameters_parser.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parameters_parser.hh b/src/parameters_parser.hh
index a790aa6e..dc9f6612 100644
--- a/src/parameters_parser.hh
+++ b/src/parameters_parser.hh
@@ -3,8 +3,8 @@
#include "exception.hh"
#include "hash_map.hh"
+#include "meta.hh"
#include "array_view.hh"
-#include "flags.hh"
#include "optional.hh"
#include "string.hh"