From bb125b61288cf5aa0b0ef6c97cca2bc78ede224e Mon Sep 17 00:00:00 2001 From: Chloe M Date: Mon, 13 Jul 2026 21:56:26 -0400 Subject: [PATCH] sdk: Update stale includes Signed-off-by: Chloe M --- sdk/head/atomic.h | 2 +- sdk/head/bitops.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/head/atomic.h b/sdk/head/atomic.h index 51c44bf..6574557 100644 --- a/sdk/head/atomic.h +++ b/sdk/head/atomic.h @@ -9,7 +9,7 @@ #ifndef _SDK_ATOMIC_H_ #define _SDK_ATOMIC_H_ 1 -#include +#include static inline ULONG AtomicAddLongNv(volatile ULONG *Ptr, ULONG Value) diff --git a/sdk/head/bitops.h b/sdk/head/bitops.h index c4209dd..f3c8821 100644 --- a/sdk/head/bitops.h +++ b/sdk/head/bitops.h @@ -9,7 +9,7 @@ #ifndef _SDK_BITOPS_H_ #define _SDK_BITOPS_H_ 1 -#include +#include #define BOPS_M1 0x5555555555555555ULL /* 01010101... */ #define BOPS_M2 0x3333333333333333ULL /* 00110011... */