From b5d7b7ab6e6b0e595d3250d7fa6553d0da79c000 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 20 Dec 2014 16:23:59 -0500 Subject: Cleanup use of #includes in non-generated epan/dissector/*.c Specifically: - Set packet.h to be the first wireshark #include after config.h and "system" #includes. packet.h added as an #include in some cases when missing. - Remove some #includes included (directly/indirectly) in packet.h. E.g., glib.h. (Done only for those files including packet.h). - As needed, move "system" #includes to be after config.h and before wireshark #includes. - Rework various #include file specifications for consistency. - Misc. Change-Id: Ifaa1a14b50b69fbad38ea4838a49dfe595c54c95 Reviewed-on: https://code.wireshark.org/review/5923 Petri-Dish: Alexis La Goutte Reviewed-by: Bill Meier --- epan/dissectors/packet-dcerpc-rs_prop_pgo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dissectors/packet-dcerpc-rs_prop_pgo.c') diff --git a/epan/dissectors/packet-dcerpc-rs_prop_pgo.c b/epan/dissectors/packet-dcerpc-rs_prop_pgo.c index ba89d23692..e0a4201e73 100644 --- a/epan/dissectors/packet-dcerpc-rs_prop_pgo.c +++ b/epan/dissectors/packet-dcerpc-rs_prop_pgo.c @@ -27,7 +27,6 @@ #include "config.h" -#include #include #include "packet-dcerpc.h" -- cgit v1.2.3