diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-01 06:18:46 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-01 06:18:46 +0000 |
commit | 7a0c33622b460c94beef6cd31ef37807887f5a2c (patch) | |
tree | 2bf61719c7cc7369ac51d2b10ea2561288704517 /src/graph | |
parent | 9920a0abe7a40dedfe43efe83722372e06dc0826 (diff) | |
download | open-axiom-7a0c33622b460c94beef6cd31ef37807887f5a2c.tar.gz |
* lib/openpty.c: Remove conditional inclusion of <stropts.h>
* hyper/spadbuf.c: Remove conditional inclusion of <bstring.h>
* sman/session.c: Likewise.
* hyper/halloc.c: Remove conditional inclusion of <malloc.h>
Diffstat (limited to 'src/graph')
-rw-r--r-- | src/graph/viewman/cleanup.c | 3 | ||||
-rw-r--r-- | src/graph/viewman/viewman.c | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/src/graph/viewman/cleanup.c b/src/graph/viewman/cleanup.c index 73cb0a94..6d42d963 100644 --- a/src/graph/viewman/cleanup.c +++ b/src/graph/viewman/cleanup.c @@ -39,9 +39,6 @@ #include <stdlib.h> #include <unistd.h> #include <stdio.h> -#if !defined(BSDplatform) -#include <malloc.h> -#endif #include <assert.h> #include <signal.h> #include <sys/wait.h> diff --git a/src/graph/viewman/viewman.c b/src/graph/viewman/viewman.c index 441d0f7a..aaacef25 100644 --- a/src/graph/viewman/viewman.c +++ b/src/graph/viewman/viewman.c @@ -42,10 +42,6 @@ #include <stdio.h> #include <string.h> #include <signal.h> -#ifdef SGIplatform -#include <bstring.h> -#endif - #include "viewman.h" #include "mode.h" #include "actions.h" |