diff options
-rw-r--r-- | listing.c | 4 | ||||
-rw-r--r-- | xkbcomp.c | 4 |
2 files changed, 0 insertions, 8 deletions
@@ -77,10 +77,6 @@ SOFTWARE. #include <sys/stat.h> #include <X11/keysym.h> -#if defined(sgi) -#include <malloc.h> -#endif - #define DEBUG_VAR listingDebug #include "xkbcomp.h" #include <stdlib.h> @@ -35,10 +35,6 @@ #include <unistd.h> /* end BR */ -#if defined(sgi) -#include <malloc.h> -#endif - #define DEBUG_VAR debugFlags #include "xkbcomp.h" #include <stdlib.h> |