From 064fb81b8d38df3bc77e2211fb6bc5db84fedb97 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 23 Dec 2014 13:34:21 +0000 Subject: Move containers utils to containers.hh and add filtered/transformed utils --- src/string.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.cc') 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 -- cgit v1.2.3