From 0162e54075bb7ad967a85736b3c8addd53d86de5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 6 Nov 2015 19:20:37 -0800 Subject: Clean up includes of unistd.h, fcntl.h, and sys/stat.h. Have wsutil/file_util.h include them on UN*X, just as it includes io.h on Windows, so we can have a rule of "if you do file operations, include and use the routines in it". Remove includes of unistd.h, fcntl.h, and sys/stat.h that aren't necessary (whether because of the addition of them to wsutil/file_util.h or because they weren't needed in the first place). Change-Id: Ie241dd74deff284e39a5f690a297dbb6e1dc485f Reviewed-on: https://code.wireshark.org/review/11619 Petri-Dish: Guy Harris Reviewed-by: Guy Harris --- rawshark.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'rawshark.c') diff --git a/rawshark.c b/rawshark.c index 0952a7c5ea..78e3e83448 100644 --- a/rawshark.c +++ b/rawshark.c @@ -40,24 +40,12 @@ #include #include -#ifdef HAVE_UNISTD_H -#include -#endif - #ifdef HAVE_GETOPT_H #include #endif #include -#ifdef HAVE_FCNTL_H -#include -#endif - -#ifdef HAVE_SYS_STAT_H -# include -#endif - #ifndef HAVE_GETOPT_LONG #include "wsutil/wsgetopt.h" #endif -- cgit v1.2.3