mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
tptr.h: Include <cstdint>
once rather than twice. (#7051)
This commit is contained in:
parent
b76eabb587
commit
a614ac7d95
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ Revision History:
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include "util/machine.h"
|
#include "util/machine.h"
|
||||||
#include <cstdint>
|
|
||||||
|
|
||||||
#define TAG_SHIFT PTR_ALIGNMENT
|
#define TAG_SHIFT PTR_ALIGNMENT
|
||||||
#define ALIGNMENT_VALUE (1 << PTR_ALIGNMENT)
|
#define ALIGNMENT_VALUE (1 << PTR_ALIGNMENT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue