From 52de94394e1cbece2a80d9a7fff6369cf8c203a9 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sun, 16 Feb 2020 17:38:20 +0000 Subject: [PATCH] acdr: remove private gtypes.h header to fix the build Gisle Vanem reported a build issue: In file included from epan/dissectors/packet-acdr.c:25: In file included from ./epan/dissectors/packet-acdr.h:13: f:/Programfiler/Gtk-Plus/Gtk3-3.6.4/include/glib-2.0\glib/gtypes.h(28,2): error: "Only can be included directly." glib.h is already included elsewhere, so it can be safely dropped. Change-Id: I943ffb58099253048dba3d46b520b2338c99443a Reviewed-on: https://code.wireshark.org/review/36121 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-acdr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/epan/dissectors/packet-acdr.h b/epan/dissectors/packet-acdr.h index 9447c599c2..ca694ab89a 100644 --- a/epan/dissectors/packet-acdr.h +++ b/epan/dissectors/packet-acdr.h @@ -10,8 +10,6 @@ #ifndef __PACKET_ACDR_H__ #define __PACKET_ACDR_H__ -#include - enum acdr_media_types { ACDR_DSP_AC49X = 0,