mirror of
https://github.com/Z3Prover/z3
synced 2025-04-21 16:16:38 +00:00
tptr.h: Include <cstdint>
once rather than twice. (#7051)
This commit is contained in:
parent
b76eabb587
commit
a614ac7d95
|
@ -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