From 3ebec56880ec7e1b55993ea80ef44a71d2dbf3d8 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 14 Dec 2023 00:36:41 +0700 Subject: [PATCH] tptr.h: Include `` once rather than twice. (#7051) --- src/util/tptr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/tptr.h b/src/util/tptr.h index 50e9417fe..37b6f64fe 100644 --- a/src/util/tptr.h +++ b/src/util/tptr.h @@ -21,7 +21,6 @@ Revision History: #include #include "util/machine.h" -#include #define TAG_SHIFT PTR_ALIGNMENT #define ALIGNMENT_VALUE (1 << PTR_ALIGNMENT)