about summary refs log tree commit diff
path: root/src/portab/waitpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/portab/waitpid.c')
-rw-r--r--src/portab/waitpid.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/portab/waitpid.c b/src/portab/waitpid.c
index 5846bd8f..921dd3d6 100644
--- a/src/portab/waitpid.c
+++ b/src/portab/waitpid.c
@@ -12,13 +12,10 @@
 
 #ifndef HAVE_WAITPID
 
-#include "imp.h"
 #include <string.h>
 #include <stdlib.h>
 #include <sys/types.h>
 
-#include "exp.h"
-
 GLOBAL int
 waitpid(pid, stat_loc, options)
 int pid, *stat_loc, options;