aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-01-04 12:21:29 +0100
committerGitHub <noreply@github.com>2017-01-04 12:21:29 +0100
commit99e1f99450b2829ef164c397de2131d4ec4d7517 (patch)
tree0f3ddcce9f7a380b056ba93a7ea5f1ec17f466a0 /searchcore
parenta3ea77ab4568598abaf1b69b5540c1b56e244936 (diff)
Revert "Decouple code and reorganize files."
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp b/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp
index 212f843a6f4..4748d98cc8b 100644
--- a/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp
+++ b/searchcore/src/vespa/searchcore/proton/docsummary/summarymanager.cpp
@@ -1,5 +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 "documentstoreadapter.h"
#include "summarycompacttarget.h"
#include "summaryflushtarget.h"
@@ -8,8 +8,6 @@
#include <vespa/searchsummary/docsummary/docsumconfig.h>
#include <vespa/config/print/ostreamconfigwriter.h>
#include <vespa/juniper/rpinterface.h>
-#include <vespa/vespalib/util/exceptions.h>
-
#include <vespa/log/log.h>
LOG_SETUP(".proton.docsummary.summarymanager");