aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/tests
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-04 17:12:55 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-04 17:12:55 +0200
commit4c20652d400ef8a40f73dd9519fd98a06a21b579 (patch)
tree11608bdc8844d1f65f251d33677c02acee30616f /config/src/tests
parent81801ff5165ee6d641f1708376fe4d33a196b94b (diff)
Add missing includes
Diffstat (limited to 'config/src/tests')
-rw-r--r--config/src/tests/configgen/map_inserter.cpp5
-rw-r--r--config/src/tests/configgen/vector_inserter.cpp5
2 files changed, 4 insertions, 6 deletions
diff --git a/config/src/tests/configgen/map_inserter.cpp b/config/src/tests/configgen/map_inserter.cpp
index 5f37a4fdb4f..d8d7d9733fa 100644
--- a/config/src/tests/configgen/map_inserter.cpp
+++ b/config/src/tests/configgen/map_inserter.cpp
@@ -1,9 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("map_inserter");
+
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/config/configgen/map_inserter.h>
+#include <vespa/vespalib/data/slime/slime.h>
using namespace config;
using namespace config::internal;
diff --git a/config/src/tests/configgen/vector_inserter.cpp b/config/src/tests/configgen/vector_inserter.cpp
index e9f16f804b3..6e158e0b150 100644
--- a/config/src/tests/configgen/vector_inserter.cpp
+++ b/config/src/tests/configgen/vector_inserter.cpp
@@ -1,9 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("vector_inserter");
+
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/config/configgen/vector_inserter.h>
+#include <vespa/vespalib/data/slime/slime.h>
using namespace config;
using namespace config::internal;