From c7a5d1468c75adb2139d2c2facc73854f13b5ba3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 11 Dec 2022 08:57:56 -0800 Subject: Remove #ifdef sgi sections They just included an additional malloc.h header, but SGI Irix has been unsupported for a decade now. Signed-off-by: Alan Coopersmith --- listing.c | 4 ---- xkbcomp.c | 4 ---- 2 files changed, 8 deletions(-) diff --git a/listing.c b/listing.c index d367e3f..6a2115a 100644 --- a/listing.c +++ b/listing.c @@ -77,10 +77,6 @@ SOFTWARE. #include #include -#if defined(sgi) -#include -#endif - #define DEBUG_VAR listingDebug #include "xkbcomp.h" #include diff --git a/xkbcomp.c b/xkbcomp.c index c5775fa..c7079ae 100644 --- a/xkbcomp.c +++ b/xkbcomp.c @@ -35,10 +35,6 @@ #include /* end BR */ -#if defined(sgi) -#include -#endif - #define DEBUG_VAR debugFlags #include "xkbcomp.h" #include -- cgit v1.2.3