From 67e48af044abf058167a60b79d4165f0431fac5a Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 14 Feb 2006 07:01:21 +0000 Subject: Remove unused includes and protect header --- include/bsd/getopt.h | 6 ++++++ include/bsd/stdlib.h | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/bsd/getopt.h b/include/bsd/getopt.h index bf78f01..0df89da 100644 --- a/include/bsd/getopt.h +++ b/include/bsd/getopt.h @@ -1,4 +1,10 @@ +#ifndef LIBBSD_GETOPT_H +#define LIBBSD_GETOPT_H + #include + extern int optreset; int bsd_getopt (int, char **, char *); + +#endif diff --git a/include/bsd/stdlib.h b/include/bsd/stdlib.h index 4881e57..ee358b6 100644 --- a/include/bsd/stdlib.h +++ b/include/bsd/stdlib.h @@ -1,9 +1,6 @@ #ifndef LIBBSD_STDLIB_H #define LIBBSD_STDLIB_H -#include -#include - const char *fmtcheck(const char *, const char *); #endif -- cgit v1.2.3