From abe1e14a94e48ef95e38d9b76b18ef6816d483a2 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Sat, 16 Nov 2024 11:53:19 +0800 Subject: [PATCH] xglobals: Remove unnecessary includes --- mcfgthread/xglobals.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mcfgthread/xglobals.h b/mcfgthread/xglobals.h index 7f33549bad..926c59809c 100644 --- a/mcfgthread/xglobals.h +++ b/mcfgthread/xglobals.h @@ -18,12 +18,7 @@ #include #include #include -#include -#include #include -#include -#include -#include #if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__ # error Windows platforms are assumed to be little-endian.