Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 12, 2023
1 parent 162f7f1 commit ee60a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifdef CACHELINE_SIZE

#include <stddef.h>
#include <algorithm>
#include <algorithm> // IWYU pragma: keep
#include <functional>
#include <memory>
#include <new>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <stddef.h>
#include <stdint.h>
#include <algorithm>
#include <algorithm> // IWYU pragma: keep
#include <iterator>
#include <map>
#include <memory>
Expand Down

0 comments on commit ee60a96

Please sign in to comment.