summaryrefslogtreecommitdiff
path: root/src/json_ui.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-08-29 15:23:03 +0700
committerMaxime Coste <mawww@kakoune.org>2017-08-29 15:23:03 +0700
commitab6a99943140cdc3892df1c491efc7838db4cb88 (patch)
treee7121edab33080d5319cdc5eda1276071326ee84 /src/json_ui.cc
parentc0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff)
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/json_ui.cc')
-rw-r--r--src/json_ui.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/json_ui.cc b/src/json_ui.cc
index e907be24..8f4d4663 100644
--- a/src/json_ui.cc
+++ b/src/json_ui.cc
@@ -1,13 +1,13 @@
#include "json_ui.hh"
-#include "containers.hh"
#include "display_buffer.hh"
+#include "event_manager.hh"
#include "exception.hh"
-#include "keys.hh"
#include "file.hh"
-#include "event_manager.hh"
-#include "value.hh"
+#include "keys.hh"
+#include "ranges.hh"
#include "unit_tests.hh"
+#include "value.hh"
#include <utility>