diff options
Diffstat (limited to 'wiretap')
-rw-r--r-- | wiretap/ber.c | 4 | ||||
-rw-r--r-- | wiretap/file_access.c | 8 | ||||
-rw-r--r-- | wiretap/file_wrappers.c | 7 | ||||
-rw-r--r-- | wiretap/stanag4607.c | 4 | ||||
-rw-r--r-- | wiretap/tnef.c | 4 | ||||
-rw-r--r-- | wiretap/wtap.c | 4 |
6 files changed, 0 insertions, 31 deletions
diff --git a/wiretap/ber.c b/wiretap/ber.c index 4b79579556..b7467ce3da 100644 --- a/wiretap/ber.c +++ b/wiretap/ber.c @@ -21,10 +21,6 @@ #include <errno.h> -#ifdef HAVE_SYS_STAT_H -#include <sys/stat.h> -#endif - #include "wtap-int.h" #include "file_wrappers.h" #include <wsutil/buffer.h> diff --git a/wiretap/file_access.c b/wiretap/file_access.c index 0ae80a99c9..fad807bd2f 100644 --- a/wiretap/file_access.c +++ b/wiretap/file_access.c @@ -23,14 +23,6 @@ #include <string.h> #include <stdlib.h> -#ifdef HAVE_FCNTL_H -#include <fcntl.h> -#endif - -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif - #include <errno.h> #include <wsutil/file_util.h> diff --git a/wiretap/file_wrappers.c b/wiretap/file_wrappers.c index 92f8f7b961..66c0f5b51c 100644 --- a/wiretap/file_wrappers.c +++ b/wiretap/file_wrappers.c @@ -41,15 +41,8 @@ #include "config.h" -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif /* HAVE_UNISTD_H */ - #include <errno.h> #include <stdio.h> -#ifdef HAVE_FCNTL_H -#include <fcntl.h> -#endif /* HAVE_FCNTL_H */ #include <string.h> #include "wtap-int.h" #include "file_wrappers.h" diff --git a/wiretap/stanag4607.c b/wiretap/stanag4607.c index 9aa3105ba3..5636b72dd2 100644 --- a/wiretap/stanag4607.c +++ b/wiretap/stanag4607.c @@ -23,10 +23,6 @@ #include <errno.h> -#ifdef HAVE_SYS_STAT_H -#include <sys/stat.h> -#endif - #include "wtap-int.h" #include "file_wrappers.h" #include <wsutil/buffer.h> diff --git a/wiretap/tnef.c b/wiretap/tnef.c index 3db624ea6c..2b6266596b 100644 --- a/wiretap/tnef.c +++ b/wiretap/tnef.c @@ -21,10 +21,6 @@ #include <errno.h> -#ifdef HAVE_SYS_STAT_H -#include <sys/stat.h> -#endif - #include "wtap-int.h" #include "file_wrappers.h" #include <wsutil/buffer.h> diff --git a/wiretap/wtap.c b/wiretap/wtap.c index f984bfce4d..38be2248dc 100644 --- a/wiretap/wtap.c +++ b/wiretap/wtap.c @@ -27,10 +27,6 @@ #include <sys/types.h> #endif -#ifdef HAVE_UNISTD_H -#include <unistd.h> -#endif - #ifdef HAVE_LIBZ #include <zlib.h> #endif |