Wireshark-commits: [Wireshark-commits] master dda2acc: qt: use #include <file.h> for generated incl
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jun 2016 21:17:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dda2acc06fa42f7251c9e60a01aab970488116fb
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dda2acc by Martin Kaiser (wireshark@xxxxxxxxx):

    qt: use #include <file.h> for generated include files
    
    make sure that generated include files are picked up only from the
    directories set by -I (or /I), not from the current directory
    
    if we use #include "file.h", Visual Studio searches for file.h in the
    same diretory as the source file that includes file.h
    
    if we do an out-of-tree build with cmake and the source directory
    contains files from an in-tree build (done with autotools), we might end
    up including the wrong file
    
    Change-Id: Iaaed2626258b6ff0c12485fe3f436bd03bbb5adf
    Reviewed-on: https://code.wireshark.org/review/15873
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4ca4768   IPv6: Add text marker for SRH next segment
    adds  dda2acc   qt: use #include <file.h> for generated include files


Summary of changes:
 ui/qt/bluetooth_device_dialog.cpp         |    2 +-
 ui/qt/bluetooth_hci_summary_dialog.cpp    |    2 +-
 ui/qt/conversation_hash_tables_dialog.cpp |    2 +-
 ui/qt/dissector_tables_dialog.cpp         |    2 +-
 ui/qt/enabled_protocols_dialog.cpp        |    2 +-
 ui/qt/filter_expression_frame.cpp         |    2 +-
 ui/qt/firewall_rules_dialog.cpp           |    2 +-
 ui/qt/funnel_string_dialog.cpp            |    2 +-
 ui/qt/funnel_text_dialog.cpp              |    2 +-
 ui/qt/gsm_map_summary_dialog.cpp          |    2 +-
 ui/qt/iax2_analysis_dialog.cpp            |    2 +-
 ui/qt/mtp3_summary_dialog.cpp             |    2 +-
 ui/qt/resolved_addresses_dialog.cpp       |    2 +-
 ui/qt/rtp_analysis_dialog.cpp             |    2 +-
 ui/qt/rtp_player_dialog.cpp               |    2 +-
 ui/qt/supported_protocols_dialog.cpp      |    2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)