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