diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 08:31:56 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 08:34:05 +0100 |
commit | ae1e2f97ad37b335f210d49dab97502bc468da6e (patch) | |
tree | 925abe235001b79710114483165550f7c8a1729f /src | |
parent | 577a4f6648e5cc2f145c5b9a81c2a540b9d94096 (diff) |
minor cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/raycast.cpp | 6 | ||||
-rw-r--r-- | src/tile.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/raycast.cpp b/src/raycast.cpp index 3e77ecd0..598797eb 100644 --- a/src/raycast.cpp +++ b/src/raycast.cpp @@ -1,9 +1,9 @@ #include "raycast-diag.hpp" #include "tile-constants.hpp" #include "pass-mode.hpp" -#include "src/world.hpp" -#include "src/object.hpp" -#include "src/RTree-search.hpp" +#include "world.hpp" +#include "object.hpp" +#include "RTree-search.hpp" #include <cfloat> #include <bit> #include <Corrade/Containers/StructuredBindings.h> diff --git a/src/tile.cpp b/src/tile.cpp index 07f162e6..89e49017 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -1,7 +1,7 @@ #include "tile.hpp" #include "tile-constants.hpp" #include "chunk.hpp" -#include "src/ground-atlas.hpp" +#include "ground-atlas.hpp" namespace floormat { |