3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +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 Nikolaj Bjorner
parent b76eabb587
commit a614ac7d95

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)