summaryrefslogtreecommitdiff
path: root/src/id_map.hh
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/id_map.hh
parentbf980eba04597997d62bf9dcf708404b80960e50 (diff)
Move containers utils to containers.hh and add filtered/transformed utils
Diffstat (limited to 'src/id_map.hh')
-rw-r--r--src/id_map.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id_map.hh b/src/id_map.hh
index 97d6f45e..a15903c1 100644
--- a/src/id_map.hh
+++ b/src/id_map.hh
@@ -1,9 +1,9 @@
#ifndef id_map_hh_INCLUDED
#define id_map_hh_INCLUDED
+#include "containers.hh"
#include "completion.hh"
#include "string.hh"
-#include "utils.hh"
#include <vector>