~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to utils/find_unused_includes.py

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-19 13:45:54 UTC
  • Revision ID: bunnybot@widelands.org-20241019134554-kz2gcbecf0y7bd7n
170 files were automatically formatted.

(by bunnybot)
5a9087b08ab9bbc48795ff0f7f1f370f60108b1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
"""Script to find unused includes.
5
5
 
6
6
Call from src directory.
 
7
 
7
8
"""
8
9
 
9
10
import copy
214
215
    """Script to find unused includes and print them to console.
215
216
 
216
217
    Call from src directory.
 
218
 
217
219
    """
218
220
 
219
221
    error_count = 0