]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/waitpid.c
Remove imp.h and exp.h header files
[ngircd-alex.git] / src / portab / waitpid.c
index 5846bd8fcac853db99958f4aee9a4406b3b09f46..921dd3d6c3980d72c897a69c1a70a0c64469967f 100644 (file)
 
 #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;