aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/repo
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-06 18:41:45 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:46 +0100
commit7bad6a0259af674ffc11ff63bf5decb1be632153 (patch)
tree9f72e04e9b2b5b591daece614d0fb923e9e35fa5 /document/src/tests/repo
parent738913b64e69db175491dece5ccab5c3199e69f9 (diff)
Add correct include.
Diffstat (limited to 'document/src/tests/repo')
-rw-r--r--document/src/tests/repo/documenttyperepo_test.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/document/src/tests/repo/documenttyperepo_test.cpp b/document/src/tests/repo/documenttyperepo_test.cpp
index 93e08e2667f..d0e0dcf9429 100644
--- a/document/src/tests/repo/documenttyperepo_test.cpp
+++ b/document/src/tests/repo/documenttyperepo_test.cpp
@@ -1,12 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
// Unit tests for documenttyperepo.
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("documenttyperepo_test");
-
+#include <vespa/document/base/testdocrepo.h>
#include <vespa/config/print/asciiconfigwriter.h>
-#include <vespa/document/config/config-documenttypes.h>
#include <vespa/document/datatype/annotationreferencedatatype.h>
#include <vespa/document/datatype/arraydatatype.h>
#include <vespa/document/datatype/documenttype.h>
@@ -22,6 +18,7 @@ LOG_SETUP("documenttyperepo_test");
#include <set>
#include <vespa/config/helper/configgetter.h>
+
using config::AsciiConfigWriter;
using std::set;
using std::vector;