aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 04:28:48 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 14:15:55 +0000
commit31d3743e8e1ecff8c95aea13a5ace446cf9d3294 (patch)
tree6f8862d262dea4be512787f1494725a35d596349 /searchcore/src/tests/proton/documentdb/documentdb_test.cpp
parent2e0bc6c08d1735240c7991a91cbe45ba9ef8badd (diff)
Update tests with explicitt includes.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentdb_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdb_test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
index bc7deea304f..018849cc9ad 100644
--- a/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdb_test.cpp
@@ -1,7 +1,4 @@
// 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("documentdb_test");
#include <vespa/document/repo/documenttyperepo.h>
#include <vespa/messagebus/emptyreply.h>
@@ -23,6 +20,7 @@ LOG_SETUP("documentdb_test");
#include <tests/proton/common/dummydbowner.h>
#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/searchcore/proton/common/hw_info.h>
+#include <vespa/vespalib/data/slime/slime.h>
using document::DocumentType;
using document::DocumentTypeRepo;