aboutsummaryrefslogtreecommitdiff
path: root/src/graph
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-01 06:18:46 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-01 06:18:46 +0000
commit7a0c33622b460c94beef6cd31ef37807887f5a2c (patch)
tree2bf61719c7cc7369ac51d2b10ea2561288704517 /src/graph
parent9920a0abe7a40dedfe43efe83722372e06dc0826 (diff)
downloadopen-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.c3
-rw-r--r--src/graph/viewman/viewman.c4
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"