godot/main/tests
Rémi Verschelde acd14e645a 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
```

(cherry picked from commit 9d24541597)
2020-03-25 11:38:54 +01:00
..
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
test_astar.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_astar.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_gdscript.cpp GDScript: enable type checks on release mode 2020-01-08 12:38:18 -03:00
test_gdscript.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_gui.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_gui.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_main.cpp Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
test_main.h Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
test_math.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_math.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_oa_hash_map.cpp Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
test_oa_hash_map.h Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
test_ordered_hash_map.cpp Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
test_ordered_hash_map.h Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
test_physics.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_physics.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_physics_2d.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_physics_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_render.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_render.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_shader_lang.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_shader_lang.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_string.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_string.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00