Wireshark-commits: [Wireshark-commits] master c34ded4: Qt/C++: Change a bunch of includes to forwar
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 Feb 2015 19:59:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c34ded4ae2f6798267220e274142058a142f5ec9
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c34ded4 by Gerald Combs (gerald@xxxxxxxx):

    Qt/C++: Change a bunch of includes to forward declarations.
    
    In theory this this should reduce compilation times. On my particular
    system it makes no difference but hopefully it will elsewhere.
    
    Change-Id: I570177d3ca4eec691c82d46b4dbbce74092aac1d
    Reviewed-on: https://code.wireshark.org/review/7060
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  88d62df   Remove unneeded includes from plugins folder
    adds  c34ded4   Qt/C++: Change a bunch of includes to forward declarations.


Summary of changes:
 ui/qt/accordion_frame.cpp                        |    1 +
 ui/qt/accordion_frame.h                          |    3 ++-
 ui/qt/bluetooth_att_server_attributes_dialog.cpp |    4 +++-
 ui/qt/bluetooth_att_server_attributes_dialog.h   |    3 +--
 ui/qt/byte_view_tab.h                            |    4 +++-
 ui/qt/column_preferences_frame.cpp               |    1 +
 ui/qt/column_preferences_frame.h                 |    6 ++++--
 ui/qt/conversation_dialog.cpp                    |    2 ++
 ui/qt/decode_as_dialog.cpp                       |    1 +
 ui/qt/decode_as_dialog.h                         |    5 +++--
 ui/qt/endpoint_dialog.cpp                        |    3 +++
 ui/qt/export_object_dialog.h                     |    5 +++--
 ui/qt/file_set_dialog.cpp                        |    1 +
 ui/qt/file_set_dialog.h                          |    3 ++-
 ui/qt/filter_expressions_preferences_frame.cpp   |    1 +
 ui/qt/filter_expressions_preferences_frame.h     |    5 +++--
 ui/qt/io_graph_dialog.cpp                        |    3 +++
 ui/qt/io_graph_dialog.h                          |   11 ++++++-----
 ui/qt/lbm_lbtrm_transport_dialog.cpp             |    2 ++
 ui/qt/lbm_lbtrm_transport_dialog.h               |    5 ++++-
 ui/qt/lbm_lbtru_transport_dialog.cpp             |    2 ++
 ui/qt/lbm_lbtru_transport_dialog.h               |    5 ++++-
 ui/qt/main_welcome.cpp                           |    5 ++++-
 ui/qt/main_welcome.h                             |    6 ++++--
 ui/qt/manage_interfaces_dialog.cpp               |    2 ++
 ui/qt/manage_interfaces_dialog.h                 |   10 ++++++----
 ui/qt/packet_list.h                              |    1 -
 ui/qt/preferences_dialog.cpp                     |    1 +
 ui/qt/preferences_dialog.h                       |    3 ++-
 ui/qt/profile_dialog.cpp                         |    2 ++
 ui/qt/profile_dialog.h                           |    5 +++--
 ui/qt/traffic_table_dialog.cpp                   |    2 ++
 ui/qt/traffic_table_dialog.h                     |   12 +++++++-----
 ui/qt/uat_dialog.cpp                             |    2 ++
 ui/qt/uat_dialog.h                               |    8 ++++----
 ui/qt/wireshark_application.cpp                  |    2 ++
 ui/qt/wireshark_application.h                    |    6 ++----
 37 files changed, 98 insertions(+), 45 deletions(-)