summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-11-29 19:53:11 +0000
committerMaxime Coste <frrrwww@gmail.com>2016-11-29 19:53:11 +0000
commit2fd1414b051cc95d0e0a4cd8c983c92408e67ac8 (patch)
treea4d4d54e673cc7f26365aa68f34ccaae7ad5f232 /src/input_handler.cc
parent0dff8a7d3f0da388a6327ba9c797691ae855312f (diff)
Clean up includes of user_interface.hh
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_handler.cc b/src/input_handler.cc
index 32bd322d..6bc186a4 100644
--- a/src/input_handler.cc
+++ b/src/input_handler.cc
@@ -10,6 +10,7 @@
#include "regex.hh"
#include "register_manager.hh"
#include "unordered_map.hh"
+#include "user_interface.hh"
#include "utf8.hh"
#include "window.hh"