summaryrefslogtreecommitdiff
path: root/src/string.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-12-23 13:34:21 +0000
committerMaxime Coste <frrrwww@gmail.com>2014-12-23 13:40:26 +0000
commit064fb81b8d38df3bc77e2211fb6bc5db84fedb97 (patch)
tree2a5e7ebdafb1edbe9ef4930a1ed5b65912fa9e36 /src/string.cc
parentbf980eba04597997d62bf9dcf708404b80960e50 (diff)
Move containers utils to containers.hh and add filtered/transformed utils
Diffstat (limited to 'src/string.cc')
-rw-r--r--src/string.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.cc b/src/string.cc
index 152b90aa..6a1fda55 100644
--- a/src/string.cc
+++ b/src/string.cc
@@ -1,7 +1,7 @@
#include "string.hh"
#include "exception.hh"
-#include "utils.hh"
+#include "containers.hh"
#include "utf8_iterator.hh"
namespace Kakoune