Skip to content

Commit

Permalink
Maintenance: to pass source maintenance check
Browse files Browse the repository at this point in the history
  • Loading branch information
vshailesh committed Dec 13, 2024
1 parent f7833b2 commit abbf036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MemStore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/store/Controller.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sys/wait.h>
Expand Down

0 comments on commit abbf036

Please sign in to comment.