summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-17 23:57:55 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-17 23:57:55 +0100
commitb6a1e60f5d49162dfe2e629b61539563b50eda43 (patch)
tree7465481045830c039428cdb389f730600876e80e /searchsummary
parentf49774f25387727a79adcd9252f1def72f0be7b8 (diff)
Correct previous incomplete detangling
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/docsumstate.cpp1
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/keywordextractor.cpp5
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp4
3 files changed, 5 insertions, 5 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/docsumstate.cpp b/searchsummary/src/vespa/searchsummary/docsummary/docsumstate.cpp
index f4e457f5681..d81a45be6de 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/docsumstate.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/docsumstate.cpp
@@ -6,6 +6,7 @@
#include "docsumstate.h"
#include <vespa/juniper/rpinterface.h>
#include <vespa/searchcommon/attribute/iattributecontext.h>
+#include <vespa/searchlib/common/location.h>
namespace search {
namespace docsummary {
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/keywordextractor.cpp b/searchsummary/src/vespa/searchsummary/docsummary/keywordextractor.cpp
index 9d2c57b31d5..88cc784f9d1 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/keywordextractor.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/keywordextractor.cpp
@@ -3,14 +3,11 @@
// Copyright (C) 2003 Overture Services Norway AS
#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
#include <vespa/searchlib/parsequery/stackdumpiterator.h>
#include <vespa/searchlib/util/rawbuf.h>
#include "docsumstate.h"
#include "keywordextractor.h"
-
-
-LOG_SETUP(".searchlib.docsummary.keywordextractor");
+#include "idocsumenvironment.h"
/** Tell us what parts of the query we are interested in */
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp b/searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp
index 5c45bffe55e..3ffa437dcfb 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/positionsdfw.cpp
@@ -2,9 +2,11 @@
#include <vespa/fastos/fastos.h>
#include "positionsdfw.h"
-#include <vespa/log/log.h>
#include <cmath>
#include "docsumstate.h"
+#include "idocsumenvironment.h"
+#include <vespa/searchlib/common/location.h>
+#include <vespa/log/log.h>
LOG_SETUP(".searchlib.docsummary.positionsdfw");