Skip to content

Commit

Permalink
remove two more includes
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Dec 22, 2024
1 parent 20a4e40 commit 31ede07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/snmalloc/mem/backend_concept.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# include "../ds/ds.h"
# include "sizeclasstable.h"

# include <cstddef>
# include <stddef.h>

namespace snmalloc
{
Expand Down
2 changes: 0 additions & 2 deletions src/snmalloc/pal/pal_concept.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# include "pal_consts.h"
# include "pal_ds.h"

# include <utility>

namespace snmalloc
{
/*
Expand Down

0 comments on commit 31ede07

Please sign in to comment.