mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
tptr.h: Include <cstdint>
once rather than twice. (#7051)
This commit is contained in:
parent
0f4e96ac5d
commit
3ebec56880
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue