godot/main/tests
Rémi Verschelde 9d24541597 Remove unused classes and stray headers
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
```
2020-03-24 09:50:51 +01:00
..
SCsub
test_astar.cpp
test_astar.h
test_gdscript.cpp
test_gdscript.h
test_gui.cpp
test_gui.h
test_main.cpp Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_main.h Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_math.cpp
test_math.h
test_oa_hash_map.cpp Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_oa_hash_map.h Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_ordered_hash_map.cpp Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_ordered_hash_map.h Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_physics_2d.cpp
test_physics_2d.h
test_physics.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
test_physics.h
test_render.cpp
test_render.h
test_shader_lang.cpp
test_shader_lang.h
test_string.cpp Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert 2020-03-04 04:44:47 -03:00
test_string.h