Wireshark-commits: [Wireshark-commits] master 87545f3: Remove unnecessary includes of <ctype.h>.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Oct 2014 06:57:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=87545f39da530ec1cd6c630f819e3f3d7e6bb945
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

87545f3 by Guy Harris (guy@xxxxxxxxxxxx):

    Remove unnecessary includes of <ctype.h>.
    
    Change-Id: I8eacec5fa8d57b10d40a3627197461dae89c6cb2
    Reviewed-on: https://code.wireshark.org/review/4768
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f90d8dc   Use g_ascii_isspace() instead of isascii() && isspace().
    adds  87545f3   Remove unnecessary includes of <ctype.h>.


Summary of changes:
 ui/capture_ui_utils.c               |    1 -
 ui/cli/tap-follow.c                 |    1 -
 ui/gtk/export_sslkeys.c             |    1 -
 ui/gtk/filter_expression_save_dlg.c |    1 -
 ui/gtk/find_dlg.c                   |    1 -
 ui/gtk/follow_ssl.c                 |    3 ---
 ui/gtk/follow_stream.c              |    1 -
 ui/gtk/follow_tcp.c                 |    2 --
 ui/gtk/io_stat.c                    |    1 -
 ui/gtk/main.c                       |    1 -
 ui/gtk/packet_panes.c               |    2 --
 ui/gtk/voip_calls_dlg.c             |    1 -
 ui/qt/main.cpp                      |    1 -
 ui/text_import.c                    |    1 -
 14 files changed, 18 deletions(-)