Include ws_diag_control.h in config.h
[metze/wireshark/wip.git] / wsutil / filesystem.c
index 2a68a9949d398cda8bac46dd0195146b678bc6a3..b58654f6647caec9a399af59a0d8512fc378796c 100644 (file)
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include "config.h"
+#include <config.h>
 
 /*
  * Required with GNU libc to get dladdr().
@@ -62,7 +62,6 @@
 #include <wsutil/report_err.h>
 #include <wsutil/privileges.h>
 #include <wsutil/file_util.h>
-#include <wsutil/ws_diag_control.h>
 
 #include <wiretap/wtap.h>   /* for WTAP_ERR_SHORT_WRITE */