diff options
Diffstat (limited to 'src/hyper')
-rw-r--r-- | src/hyper/event.c | 4 | ||||
-rw-r--r-- | src/hyper/halloc.c | 3 | ||||
-rw-r--r-- | src/hyper/spadbuf.c | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/src/hyper/event.c b/src/hyper/event.c index 1813576e..79ca1a44 100644 --- a/src/hyper/event.c +++ b/src/hyper/event.c @@ -49,10 +49,6 @@ #include <sys/types.h> #include <sys/time.h> -#ifdef SGIplatform -#include <bstring.h> -#endif - #include "event.h" #include "keyin.h" #include "hyper.h" diff --git a/src/hyper/halloc.c b/src/hyper/halloc.c index acdfb87e..0f66b292 100644 --- a/src/hyper/halloc.c +++ b/src/hyper/halloc.c @@ -39,9 +39,6 @@ #include "debug.h" #include <stdio.h> #include <stdlib.h> -#if !defined(BSDplatform) -#include <malloc.h> -#endif FILE *fp; diff --git a/src/hyper/spadbuf.c b/src/hyper/spadbuf.c index f67c1519..1a6bc0ef 100644 --- a/src/hyper/spadbuf.c +++ b/src/hyper/spadbuf.c @@ -47,10 +47,6 @@ #include <sys/time.h> #include <signal.h> -#ifdef SGIplatform -#include <bstring.h> -#endif - #include "bsdsignal.h" #include "sockio.h" #include "edible.h" |