summaryrefslogtreecommitdiffstats
path: root/juniper
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-15 07:25:58 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-15 13:12:37 +0100
commitd6afedc9a1102d0d02cf92daa5d08b944fdd9349 (patch)
tree6e3f5435ae5bc355f53715d85c1cfed017e5ebdb /juniper
parent2523fa2064bb09005f747fa3bcafe7a731241e98 (diff)
Explicit instantiation of common maps/sets.
Diffstat (limited to 'juniper')
-rw-r--r--juniper/src/vespa/juniper/stringmap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/juniper/src/vespa/juniper/stringmap.cpp b/juniper/src/vespa/juniper/stringmap.cpp
index 1b4ce63f397..75106fc23f8 100644
--- a/juniper/src/vespa/juniper/stringmap.cpp
+++ b/juniper/src/vespa/juniper/stringmap.cpp
@@ -1,7 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "stringmap.h"
-#include <vespa/vespalib/stllike/hash_map.hpp>
void Fast_StringMap::Insert(const char* key, const char* value)
{