summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-30 18:06:54 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:41 +0100
commit602bb910df6998d0f7c56a67d2707c9c6c2e7d58 (patch)
treebb0d0f57b4de9e3ef8ea03d29929747f586e8d40 /searchsummary
parentc650f2f379179780d428fb5505a0ed3d52f48ba4 (diff)
Targeted include
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/docsumconfig.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/docsumconfig.cpp b/searchsummary/src/vespa/searchsummary/docsummary/docsumconfig.cpp
index 18d383d5bfd..b334319d89c 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/docsumconfig.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/docsumconfig.cpp
@@ -2,8 +2,6 @@
// Copyright (C) 1998-2003 Fast Search & Transfer ASA
// Copyright (C) 2003 Overture Services Norway AS
-#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
#include <vespa/searchsummary/docsummary/docsumconfig.h>
#include <vespa/searchsummary/docsummary/rankfeaturesdfw.h>
#include <vespa/searchsummary/docsummary/summaryfeaturesdfw.h>
@@ -12,9 +10,7 @@
#include <vespa/searchsummary/docsummary/positionsdfw.h>
#include <vespa/searchsummary/docsummary/juniperdfw.h>
#include <vespa/vespalib/util/vstringfmt.h>
-
-LOG_SETUP(".searchlib.docsummary.docsumconfig");
-
+#include <vespa/vespalib/util/exceptions.h>
namespace search {
namespace docsummary {