diff options
Diffstat (limited to 'networking/udhcp/pidfile.c')
-rw-r--r-- | networking/udhcp/pidfile.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/networking/udhcp/pidfile.c b/networking/udhcp/pidfile.c index 6673c95..8d00490 100644 --- a/networking/udhcp/pidfile.c +++ b/networking/udhcp/pidfile.c @@ -20,15 +20,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <unistd.h> -#include <stdio.h> -#include <stdlib.h> - #include "common.h" -#include "pidfile.h" + static char *saved_pidfile; |