summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-26 22:49:23 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-26 22:49:23 +0200
commitbf510b140817a0fa81f2651f4899fe45b25ba86f (patch)
tree89fc5ba6f83f6768a65665ddb8eb5569538d35fc /searchsummary
parentda5e7a6f14785d520ac2efae877d489cab8205bf (diff)
Reduce fastos.h dependency.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/linguisticsannotation.cpp4
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/searchdatatype.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/linguisticsannotation.cpp b/searchsummary/src/vespa/searchsummary/docsummary/linguisticsannotation.cpp
index 124396aac5a..3513ab8918a 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/linguisticsannotation.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/linguisticsannotation.cpp
@@ -1,9 +1,5 @@
// 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(".searchsummary.docsummary.linguisticsannotation");
-
#include "linguisticsannotation.h"
#include <vespa/document/datatype/datatype.h>
#include <vespa/document/datatype/primitivedatatype.h>
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/searchdatatype.cpp b/searchsummary/src/vespa/searchsummary/docsummary/searchdatatype.cpp
index 6e60628739a..0b8464c0100 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/searchdatatype.cpp
+++ b/searchsummary/src/vespa/searchsummary/docsummary/searchdatatype.cpp
@@ -1,9 +1,5 @@
// 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(".search.docsummary.searchdatatype");
-
#include "searchdatatype.h"
#include <vespa/document/base/field.h>
#include <vespa/document/datatype/primitivedatatype.h>