From f2fd8d33d46edb8b3c4351d14f4abbc386ffbabf Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 2 Dec 2016 15:40:36 +0100 Subject: Include asciistream in implementation only. --- searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp | 6 +++--- searchcorespi/src/vespa/searchcorespi/plugin/factoryregistry.cpp | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'searchcorespi/src') diff --git a/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp b/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp index 3db3875b561..7a3d5bd5579 100644 --- a/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.cpp +++ b/searchcorespi/src/vespa/searchcorespi/index/indexmaintainer.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 -#include -LOG_SETUP(".searchcorespi.index.indexmaintainer"); #include "indexmaintainer.h" #include "diskindexcleaner.h" @@ -23,6 +20,9 @@ LOG_SETUP(".searchcorespi.index.indexmaintainer"); #include #include #include +#include +#include +LOG_SETUP(".searchcorespi.index.indexmaintainer"); using document::Document; using search::FixedSourceSelector; diff --git a/searchcorespi/src/vespa/searchcorespi/plugin/factoryregistry.cpp b/searchcorespi/src/vespa/searchcorespi/plugin/factoryregistry.cpp index 03ed39c8d30..a4e4f994947 100644 --- a/searchcorespi/src/vespa/searchcorespi/plugin/factoryregistry.cpp +++ b/searchcorespi/src/vespa/searchcorespi/plugin/factoryregistry.cpp @@ -1,5 +1,6 @@ // Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include +#include using vespalib::LockGuard; using vespalib::IllegalArgumentException; -- cgit v1.2.3