From 34072923a9f3be316c12875a5ff11f33eb896b0c Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Wed, 28 Jun 2023 12:37:46 +0800 Subject: [PATCH] util: Remove redundant #if !defined(XF86_LIBC_H) in u_string.h This is added in 3b5ee3d6de2c08faf69c701bf05d8f33ccd01502 but then dropped in fe14868d96d4820dba73c3a507d191b8a73c6870 So this is not needed anymore Signed-off-by: Yonggang Luo Reviewed-by: Erik Faye-Lund Acked-by: Jose Fonseca Part-of: --- src/util/u_string.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/util/u_string.h b/src/util/u_string.h index da2bdbd8938..1ad66e6030a 100644 --- a/src/util/u_string.h +++ b/src/util/u_string.h @@ -35,12 +35,10 @@ #ifndef U_STRING_H_ #define U_STRING_H_ -#if !defined(XF86_LIBC_H) -#include -#endif #include #include #include +#include #include #include