mirror of https://github.com/godotengine/godot
Found by reviewing headers with 1 or less matching includes:
```
find -name thirdparty -prune -o -name "*.h" -exec basename {} \; | sort -u > headers
for header in $(cat headers); do echo "$header: "; rg -l "#include \"(.*/)?$header\"" | wc -l; done > list-includes
```
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| tests | ||
| SCsub | ||
| app_icon.png | ||
| default_controller_mappings.h | ||
| gamecontrollerdb.txt | ||
| gamecontrollerdb_204.txt | ||
| gamecontrollerdb_205.txt | ||
| godotcontrollerdb.txt | ||
| input_default.cpp | ||
| input_default.h | ||
| main.cpp | ||
| main.h | ||
| main_builders.py | ||
| main_timer_sync.cpp | ||
| main_timer_sync.h | ||
| performance.cpp | ||
| performance.h | ||
| splash.png | ||
| splash_editor.png | ||