URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5f0df44fb65599dfb881b16c6ec64d0a67db7e2
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d5f0df4 by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):
Add script to automatically remove includes that appear not be needed
Change-Id: I5474d8a906e96c688020737ca4bd4c3319ae279f
Reviewed-on: https://code.wireshark.org/review/7058
Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Actions performed:
from e915db7 Do not iterate over reported length when using tvb_find_line_end
adds d5f0df4 Add script to automatically remove includes that appear not be needed
Summary of changes:
tools/delete_includes.py | 420 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 420 insertions(+)
create mode 100644 tools/delete_includes.py