aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-14 19:03:11 +0000
committerJoão Valverde <j@v6e.pt>2016-04-04 23:05:31 +0000
commitecb4dc396ef71feb67aeda7603e09b0cea0bc920 (patch)
tree18c03d5662172f826f9797f56b8ff177c326c526 /wiretap
parentbe96c3d64c9d5838e7319d5dd4a2ecd45897a024 (diff)
Include ws_diag_control.h in config.h
Change-Id: Ia394071710ecda3b0e6686a51fbca45a8ff20317 Reviewed-on: https://code.wireshark.org/review/14749 Petri-Dish: João Valverde <j@v6e.pt> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/file_wrappers.c3
-rw-r--r--wiretap/wtap.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/wiretap/file_wrappers.c b/wiretap/file_wrappers.c
index 00df01939f..fa4b21c961 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -39,13 +39,12 @@
* 3. This notice may not be removed or altered from any source distribution.
*/
-#include "config.h"
+#include <config.h>
#include <errno.h>
#include <string.h>
#include "wtap-int.h"
#include "file_wrappers.h"
-#include <wsutil/ws_diag_control.h>
#include <wsutil/file_util.h>
#ifdef HAVE_ZLIB
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 7ab03537ab..30f4123fe0 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include "config.h"
+#include <config.h>
#include <string.h>
#include <errno.h>
@@ -34,7 +34,6 @@
#include "file_wrappers.h"
#include <wsutil/file_util.h>
#include <wsutil/buffer.h>
-#include <wsutil/ws_diag_control.h>
#ifdef HAVE_PLUGINS