diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-09-12 10:37:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 10:37:23 +0200 |
commit | 5bd0ff003fdd82cf84a557251633ebb83bad4fd5 (patch) | |
tree | 248dc6dfca0e27c3b03533b45753a16d186d2811 /servers/physics_2d/space_2d_sw.h | |
parent | cc71012266f880dcf3b37e40d5f90d9ce8b7a432 (diff) | |
parent | 277b24dfb7acdb42589b931252bbe7be81c7536e (diff) |
Merge pull request #21978 from akien-mga/include-core-absolute
Make core/ includes absolute, remove subfolders from include path
Diffstat (limited to 'servers/physics_2d/space_2d_sw.h')
-rw-r--r-- | servers/physics_2d/space_2d_sw.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/servers/physics_2d/space_2d_sw.h b/servers/physics_2d/space_2d_sw.h index 6e2e025185..c894eb9c40 100644 --- a/servers/physics_2d/space_2d_sw.h +++ b/servers/physics_2d/space_2d_sw.h @@ -37,9 +37,9 @@ #include "body_pair_2d_sw.h" #include "broad_phase_2d_sw.h" #include "collision_object_2d_sw.h" -#include "hash_map.h" -#include "project_settings.h" -#include "typedefs.h" +#include "core/hash_map.h" +#include "core/project_settings.h" +#include "core/typedefs.h" class Physics2DDirectSpaceStateSW : public Physics2DDirectSpaceState { |