summaryrefslogtreecommitdiff
path: root/src/completion.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/completion.hh
parent458dd2e9fa96e5e75dde68b135aa43eae470c491 (diff)
Small code tweaks regarding flags handling
Diffstat (limited to 'src/completion.hh')
-rw-r--r--src/completion.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/completion.hh b/src/completion.hh
index 281c120f..335cfbd6 100644
--- a/src/completion.hh
+++ b/src/completion.hh
@@ -4,7 +4,6 @@
#include <functional>
#include <algorithm>
-#include "flags.hh"
#include "units.hh"
#include "string.hh"
#include "vector.hh"