From abbf0361952dec9fc586f1cbc73595224e42c674 Mon Sep 17 00:00:00 2001 From: Shailesh Vashishth Date: Fri, 13 Dec 2024 15:05:18 +0530 Subject: [PATCH] Maintenance: to pass source maintenance check --- src/MemStore.cc | 2 +- src/store/Controller.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MemStore.cc b/src/MemStore.cc index 0e1a54cb66a..0ed1bf61bb5 100644 --- a/src/MemStore.cc +++ b/src/MemStore.cc @@ -21,9 +21,9 @@ #include "sbuf/Stream.h" #include "SquidConfig.h" #include "SquidMath.h" +#include "store/forward.h" #include "StoreStats.h" #include "tools.h" -#include "store/forward.h" /// shared memory segment path to use for MemStore maps static const auto MapLabel = "cache_mem_map"; diff --git a/src/store/Controller.cc b/src/store/Controller.cc index 5a4744f83d3..c18fdf0a8fb 100644 --- a/src/store/Controller.cc +++ b/src/store/Controller.cc @@ -15,10 +15,10 @@ #include "SquidMath.h" #include "store/Controller.h" #include "store/Disks.h" +#include "store/forward.h" #include "store/LocalSearch.h" #include "tools.h" #include "Transients.h" -#include "store/forward.h" #if HAVE_SYS_WAIT_H #include