Skip to content

Commit

Permalink
tptr.h: Include <cstdint> once rather than twice. (#7051)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Dec 13, 2023
1 parent 0f4e96a commit 3ebec56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/tptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Revision History:

#include <cstdint>
#include "util/machine.h"
#include <cstdint>

#define TAG_SHIFT PTR_ALIGNMENT
#define ALIGNMENT_VALUE (1 << PTR_ALIGNMENT)
Expand Down

0 comments on commit 3ebec56

Please sign in to comment.