aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-16 15:09:05 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-16 15:09:05 +0100
commit5e789600d60c42737da9add7c52f32116356fcef (patch)
treeab520ba38332bcc8a16eeabf32dd91cba6192bb3 /searchcore
parent18ed272a525f9e484ced8e6283d633e9246b9a99 (diff)
Decouple includes.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/common/cachedselect_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/searchcore/src/tests/proton/common/cachedselect_test.cpp b/searchcore/src/tests/proton/common/cachedselect_test.cpp
index 576d81b3763..9a3f08cc843 100644
--- a/searchcore/src/tests/proton/common/cachedselect_test.cpp
+++ b/searchcore/src/tests/proton/common/cachedselect_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("cachedselect_test");
#include <vespa/vespalib/stllike/string.h>
#include <vespa/vespalib/testkit/testapp.h>
@@ -24,7 +21,10 @@ LOG_SETUP("cachedselect_test");
#include <vespa/document/fieldvalue/stringfieldvalue.h>
#include <vespa/document/fieldvalue/intfieldvalue.h>
#include <vespa/document/fieldvalue/document.h>
+#include <vespa/searchcommon/common/schema.h>
+#include <vespa/log/log.h>
+LOG_SETUP("cachedselect_test");
using search::index::Schema;
using document::DocumentTypeRepo;