diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-02-26 04:24:26 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-02-26 04:24:26 +0000 |
commit | c514a2a89aa1c1e06b70405eedb4e1f70b27fd10 (patch) | |
tree | c685e0a7611170a72dfa9c9825f95fb2ee7be900 /lib/select.c | |
parent | e2f0580dfe45c9337394ecce74ca769a3d07635d (diff) |
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".
Diffstat (limited to 'lib/select.c')
-rw-r--r-- | lib/select.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/select.c b/lib/select.c index 12f34bcc8..4f8878401 100644 --- a/lib/select.c +++ b/lib/select.c @@ -25,9 +25,6 @@ #include <errno.h> -#ifdef HAVE_SYS_TYPES_H -#include <sys/types.h> -#endif #ifdef HAVE_SYS_SELECT_H #include <sys/select.h> #endif |