aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/blueprintbuilder.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2022-09-27 15:14:32 +0200
committerGitHub <noreply@github.com>2022-09-27 15:14:32 +0200
commit4cb121e6c11ba5696cc8fdadde2e31b64ef9b45c (patch)
tree6ad508e4588cea1b65aa6b2acffde5c3b84a2f05 /searchcore/src/vespa/searchcore/proton/matching/blueprintbuilder.cpp
parentc3641ddd5c658c763553513bcaab43a991694da0 (diff)
parentfb45b597193bed72b81d64795620be008808755c (diff)
Merge pull request #24233 from vespa-engine/toregge/normalize-includes-in-searchcorev8.60.8
Normalize includes in searchcore.
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/matching/blueprintbuilder.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/blueprintbuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/blueprintbuilder.cpp b/searchcore/src/vespa/searchcore/proton/matching/blueprintbuilder.cpp
index 92d7e385293..7573137d98c 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/blueprintbuilder.cpp
+++ b/searchcore/src/vespa/searchcore/proton/matching/blueprintbuilder.cpp
@@ -1,7 +1,7 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include "querynodes.h"
#include "blueprintbuilder.h"
+#include "querynodes.h"
#include "termdatafromnode.h"
#include "same_element_builder.h"
#include <vespa/searchcorespi/index/indexsearchable.h>