Wireshark-commits: [Wireshark-commits] master e63a3f5: Don't use <wtap.h> to refer to the main libw
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 3 Apr 2016 14:29:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e63a3f5d812206fa4f97bb54818a6f87ea8ac08e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e63a3f5 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use <wtap.h> to refer to the main libwiretap header file.
    
    Either use "wtap.h", if it's only for files in the wiretap directory, or
    <wiretap/wtap.h>, if it's also a header that stuff outside libwiretap
    can include.
    
    Change-Id: If1c71b3dae9a3c0d64661ae1734f925319e447d1
    Reviewed-on: https://code.wireshark.org/review/14788
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  31dd7a2   Fix cmake libwsutil zlib missing linkage
    adds  e63a3f5   Don't use <wtap.h> to refer to the main libwiretap header file.


Summary of changes:
 wiretap/5views.h               |    2 +-
 wiretap/aethra.h               |    2 +-
 wiretap/capsa.h                |    2 +-
 wiretap/cosine.h               |    2 +-
 wiretap/csids.h                |    2 +-
 wiretap/daintree-sna.h         |    2 +-
 wiretap/dbs-etherwatch.h       |    2 +-
 wiretap/dct3trace.h            |    2 +-
 wiretap/eyesdn.h               |    2 +-
 wiretap/hcidump.h              |    2 +-
 wiretap/i4btrace.h             |    2 +-
 wiretap/ipfix.h                |    2 +-
 wiretap/iptrace.h              |    2 +-
 wiretap/iseries.h              |    2 +-
 wiretap/k12.h                  |    2 +-
 wiretap/lanalyzer.h            |    2 +-
 wiretap/mime_file.h            |    2 +-
 wiretap/mp2t.h                 |    2 +-
 wiretap/mpeg.h                 |    2 +-
 wiretap/netmon.h               |    2 +-
 wiretap/netscreen.h            |    2 +-
 wiretap/nettrace_3gpp_32_423.h |    2 +-
 wiretap/network_instruments.h  |    2 +-
 wiretap/netxray.h              |    2 +-
 wiretap/ngsniffer.h            |    2 +-
 wiretap/packetlogger.h         |    2 +-
 wiretap/pcap-common.h          |    2 +-
 wiretap/peekclassic.h          |    2 +-
 wiretap/pppdump.h              |    2 +-
 wiretap/radcom.h               |    2 +-
 wiretap/snoop.h                |    2 +-
 wiretap/toshiba.h              |    2 +-
 wiretap/visual.h               |    2 +-
 wiretap/vms.h                  |    2 +-
 34 files changed, 34 insertions(+), 34 deletions(-)