Wireshark-commits: [Wireshark-commits] master 998a847: plugins: Cleanup #includes
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Dec 2014 05:00:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=998a84774bb05a7165d5c7b1637c58fadda50a00
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

998a847 by Bill Meier (wmeier@xxxxxxxxxxx):

    plugins: Cleanup #includes
    
    Change-Id: Ic839f2995532d68308f8b5908c185acc7acaaa9c
    Mostly: remove '#include <glib/glib.h>' and certain
             other #includes already included in packet.h
    Reviewed-on: https://code.wireshark.org/review/5971
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  971d4e4   stats_tree: g_sprintf()-->g_snprintf(); cleanup #includes.
    adds  998a847   plugins: Cleanup #includes


Summary of changes:
 plugins/ethercat/packet-ams.c                  |    2 --
 plugins/ethercat/packet-ecatmb.c               |    2 --
 plugins/ethercat/packet-esl.c                  |    2 --
 plugins/ethercat/packet-ethercat-datagram.c    |    2 --
 plugins/ethercat/packet-ethercat-frame.c       |    2 --
 plugins/ethercat/packet-ioraw.c                |    2 --
 plugins/ethercat/packet-nv.c                   |    2 --
 plugins/gryphon/packet-gryphon.c               |    3 +--
 plugins/irda/packet-ircomm.c                   |    2 --
 plugins/irda/packet-irda.c                     |    6 ++----
 plugins/m2m/packet-m2m.c                       |    1 -
 plugins/opcua/opcua.c                          |    5 ++---
 plugins/opcua/opcua_application_layer.c        |    1 -
 plugins/opcua/opcua_complextypeparser.c        |    1 -
 plugins/opcua/opcua_enumparser.c               |    1 -
 plugins/opcua/opcua_extensionobjecttable.c     |    2 --
 plugins/opcua/opcua_hfindeces.c                |    1 -
 plugins/opcua/opcua_security_layer.c           |    1 -
 plugins/opcua/opcua_serviceparser.c            |    1 -
 plugins/opcua/opcua_servicetable.c             |    1 -
 plugins/opcua/opcua_simpletypes.c              |    2 --
 plugins/opcua/opcua_transport_layer.c          |    1 -
 plugins/profinet/packet-dcerpc-pn-io.c         |    4 +---
 plugins/profinet/packet-dcom-cba-acco.c        |    2 --
 plugins/profinet/packet-dcom-cba.c             |    2 --
 plugins/profinet/packet-pn-dcp.c               |    3 ---
 plugins/profinet/packet-pn-mrp.c               |    3 +--
 plugins/profinet/packet-pn-mrrt.c              |    4 +---
 plugins/profinet/packet-pn-ptcp.c              |    4 +---
 plugins/profinet/packet-pn-rt.c                |    2 +-
 plugins/profinet/packet-pn.c                   |    3 +--
 plugins/unistim/packet-unistim.c               |    5 ++---
 plugins/wimax/mac_hd_generic_decoder.c         |    2 +-
 plugins/wimax/mac_hd_type1_decoder.c           |    1 -
 plugins/wimax/mac_hd_type2_decoder.c           |    1 -
 plugins/wimax/mac_mgmt_msg_decoder.c           |    1 -
 plugins/wimax/msg_aas_beam.c                   |    1 -
 plugins/wimax/msg_aas_fbck.c                   |    1 -
 plugins/wimax/msg_arq.c                        |    1 -
 plugins/wimax/msg_clk_cmp.c                    |    1 -
 plugins/wimax/msg_dcd.c                        |    1 -
 plugins/wimax/msg_dlmap.c                      |    1 -
 plugins/wimax/msg_dreg.c                       |    1 -
 plugins/wimax/msg_dsa.c                        |    1 -
 plugins/wimax/msg_dsc.c                        |    1 -
 plugins/wimax/msg_dsd.c                        |    1 -
 plugins/wimax/msg_dsx_rvd.c                    |    1 -
 plugins/wimax/msg_fpc.c                        |    1 -
 plugins/wimax/msg_pkm.c                        |    7 +++----
 plugins/wimax/msg_pmc.c                        |    1 -
 plugins/wimax/msg_prc_lt_ctrl.c                |    1 -
 plugins/wimax/msg_reg_req.c                    |    1 -
 plugins/wimax/msg_reg_rsp.c                    |    1 -
 plugins/wimax/msg_rep.c                        |    6 +++---
 plugins/wimax/msg_res_cmd.c                    |    7 +++----
 plugins/wimax/msg_rng_req.c                    |    1 -
 plugins/wimax/msg_rng_rsp.c                    |    1 -
 plugins/wimax/msg_sbc.c                        |    7 +++----
 plugins/wimax/msg_ucd.c                        |    1 -
 plugins/wimax/msg_ulmap.c                      |    1 -
 plugins/wimax/packet-wmx.c                     |    3 +--
 plugins/wimax/wimax_cdma_code_decoder.c        |    1 -
 plugins/wimax/wimax_compact_dlmap_ie_decoder.c |    1 -
 plugins/wimax/wimax_compact_ulmap_ie_decoder.c |    1 -
 plugins/wimax/wimax_fch_decoder.c              |    2 +-
 plugins/wimax/wimax_ffb_decoder.c              |    1 -
 plugins/wimax/wimax_hack_decoder.c             |    1 -
 plugins/wimax/wimax_harq_map_decoder.c         |    1 -
 plugins/wimax/wimax_pdu_decoder.c              |    1 -
 plugins/wimax/wimax_phy_attributes_decoder.c   |    1 -
 plugins/wimax/wimax_tlv.h                      |    1 -
 plugins/wimax/wimax_utils.c                    |    1 -
 plugins/wimax/wimax_utils.h                    |    1 -
 plugins/wimaxasncp/packet-wimaxasncp.c         |    7 ++-----
 plugins/wimaxmacphy/packet-wimaxmacphy.c       |    2 --
 75 files changed, 30 insertions(+), 122 deletions(-)