summaryrefslogtreecommitdiffstats
path: root/juniper
diff options
context:
space:
mode:
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");