Wireshark-commits: [Wireshark-commits] master 858dc0c: use #include <file.h> for generated include

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jun 2016 21:18:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=858dc0c5f037d75001027d590746dc03ae19b930
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

858dc0c by Martin Kaiser (wireshark@xxxxxxxxx):

    use #include <file.h> for generated include files
    
    the same mechanism as described in
    7c40de5c38ac71323455c51dcc14a5eb385ce718
    could trick us into using the wrong config.h
    
    fix this for some occassions where config.h is included before we
    include zlib.h
    
    I saw compile errors on windows where we picked up config.h from a linux
    build and zlib failed because of a mission unistd.h
    
    Change-Id: I91cf73b96c9e1b6f009fb2376fabfe973d1ac941
    Reviewed-on: https://code.wireshark.org/review/15874
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  dda2acc   qt: use #include <file.h> for generated include files
    adds  858dc0c   use #include <file.h> for generated include files


Summary of changes:
 epan/tvbuff_zlib.c |    2 +-
 filter_files.c     |    2 +-
 ws_version_info.c  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)