summaryrefslogtreecommitdiffstats
path: root/juniper
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-06 23:39:49 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-07 09:50:24 +0200
commit85e6d602d93f5e4e19043f7a829e72b554bef6a5 (patch)
tree60aadaaa77238bc08584dfbb15b8f7b746aaf05e /juniper
parent0b0e56d67df802eaa6c503edf6777b5e89625608 (diff)
split log and bufferedlog
Diffstat (limited to 'juniper')
-rw-r--r--juniper/src/vespa/juniper/Matcher.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/juniper/src/vespa/juniper/Matcher.cpp b/juniper/src/vespa/juniper/Matcher.cpp
index 2eeac3417af..76460323f9b 100644
--- a/juniper/src/vespa/juniper/Matcher.cpp
+++ b/juniper/src/vespa/juniper/Matcher.cpp
@@ -6,14 +6,10 @@
#include "juniperdebug.h"
#include "sumdesc.h"
#include "Matcher.h"
-#include "foreach_utils.h"
-#include "SummaryConfig.h"
-#include "querynode.h"
-#include "mcand.h"
-#include "matchobject.h"
#include "result.h"
#include "juniperparams.h"
#include "config.h"
+#include <sstream>
#include <vespa/log/log.h>
LOG_SETUP(".juniper.matcher");