3
0
Fork 0
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:
Bruce Mitchener 2023-12-14 00:36:41 +07:00 committed by GitHub
parent 0f4e96ac5d
commit 3ebec56880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)