aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/proton.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/server/proton.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/server/proton.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/proton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/proton.cpp b/searchcore/src/vespa/searchcore/proton/server/proton.cpp
index f48214e18f8..3635aba9e10 100644
--- a/searchcore/src/vespa/searchcore/proton/server/proton.cpp
+++ b/searchcore/src/vespa/searchcore/proton/server/proton.cpp
@@ -1,5 +1,6 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#include "proton.h"
#include "disk_mem_usage_sampler.h"
#include "document_db_explorer.h"
#include "fileconfigmanager.h"
@@ -8,7 +9,6 @@
#include "memoryflush.h"
#include "persistencehandlerproxy.h"
#include "prepare_restart_handler.h"
-#include "proton.h"
#include "proton_config_snapshot.h"
#include "proton_disk_layout.h"
#include "proton_thread_pools_explorer.h"