From 259c314d142abd6f9295047c116235cfdd119563 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 17 Mar 2014 00:17:02 +0100 Subject: Remove imp.h and exp.h header files These include files don't have a function any more, remove them. --- src/portab/waitpid.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/portab/waitpid.c') 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 #include #include -#include "exp.h" - GLOBAL int waitpid(pid, stat_loc, options) int pid, *stat_loc, options; -- cgit 1.4.1