Wireshark-commits: [Wireshark-commits] master a53b67c: Don't include header files that we don't app
Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 1 Jan 2015 00:10:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a53b67ceb7c1e4b1d53a4853d37386a483cc9ab0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a53b67c by Guy Harris (guy@xxxxxxxxxxxx):

    Don't include header files that we don't appear to need.
    
    Some don't appear to be necessary at all, as ui/qt/main.cpp doesn't do
    very much (most of the work is done in various class implementations,
    including WiresharkApplication), and a few only appear to be necessary
    on Windows.
    
    Change-Id: Ic9eae65e77e2425144f7fe4885fc865fcf6ab1ff
    Reviewed-on: https://code.wireshark.org/review/6196
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9a7d455   Use setlocale() to get the current locale.
    adds  a53b67c   Don't include header files that we don't appear to need.


Summary of changes:
 ui/qt/main.cpp |   45 +--------------------------------------------
 1 file changed, 1 insertion(+), 44 deletions(-)