summaryrefslogtreecommitdiff
path: root/src/option_manager.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-01-24 21:02:07 +1100
committerMaxime Coste <mawww@kakoune.org>2019-01-24 21:22:20 +1100
commit346c78f5e00302a6a8b0563b84c504eda61d4a62 (patch)
treecc9b1eb972b4dda474b67df031309442bc5e2fe7 /src/option_manager.hh
parent4b72cfe530b682ad97f4d4815dcce7ca305bb7e6 (diff)
Header and dependency cleanup
Diffstat (limited to 'src/option_manager.hh')
-rw-r--r--src/option_manager.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option_manager.hh b/src/option_manager.hh
index 77f482c0..81f3b1b9 100644
--- a/src/option_manager.hh
+++ b/src/option_manager.hh
@@ -11,7 +11,7 @@
#include "string_utils.hh"
#include <memory>
-#include <type_traits>
+#include <utility>
namespace Kakoune
{