acd14e645a
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
|
||
---|---|---|
.. | ||
SCsub | ||
test_astar.cpp | ||
test_astar.h | ||
test_gdscript.cpp | ||
test_gdscript.h | ||
test_gui.cpp | ||
test_gui.h | ||
test_main.cpp | ||
test_main.h | ||
test_math.cpp | ||
test_math.h | ||
test_oa_hash_map.cpp | ||
test_oa_hash_map.h | ||
test_ordered_hash_map.cpp | ||
test_ordered_hash_map.h | ||
test_physics.cpp | ||
test_physics.h | ||
test_physics_2d.cpp | ||
test_physics_2d.h | ||
test_render.cpp | ||
test_render.h | ||
test_shader_lang.cpp | ||
test_shader_lang.h | ||
test_string.cpp | ||
test_string.h |