diff options
| author | Alexander Barton <alex@barton.de> | 2014-03-17 00:17:02 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-03-17 00:17:02 +0100 |
| commit | 259c314d142abd6f9295047c116235cfdd119563 (patch) | |
| tree | 660548fba4c2523699efcce105850a928b08411b /src/portab/waitpid.c | |
| parent | 51396f8f1c10506b558ce98aafb80aff4b2a95bd (diff) | |
| download | ngircd-259c314d142abd6f9295047c116235cfdd119563.tar.gz ngircd-259c314d142abd6f9295047c116235cfdd119563.zip | |
Remove imp.h and exp.h header files
These include files don't have a function any more, remove them.
Diffstat (limited to 'src/portab/waitpid.c')
| -rw-r--r-- | src/portab/waitpid.c | 3 |
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; |