From 124690ba6354e86454fb239288dbc949ad37fc5a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 14 Dec 2024 15:28:04 -0800 Subject: [PATCH] xcb.h: remove __solaris__ ifdef Nothing was defining __solaris__ on Solaris in current build setup, and it's not needed on Solaris 10 (released 2005) and later, which has stdint.h. (Solaris 2.6 - 9 had inttypes.h, but no stdint.h.) Signed-off-by: Alan Coopersmith Part-of: --- src/xcb.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/xcb.h b/src/xcb.h index 3f39bb4..b4fb3fd 100644 --- a/src/xcb.h +++ b/src/xcb.h @@ -29,11 +29,7 @@ #define __XCB_H__ #include -#if defined(__solaris__) -#include -#else #include -#endif #ifndef _WIN32 #include