diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/anim-atlas.cpp | 2 | ||||
-rw-r--r-- | src/search-astar.cpp | 6 | ||||
-rw-r--r-- | src/wall-atlas.hpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp index 355ddeac..6509a494 100644 --- a/src/anim-atlas.cpp +++ b/src/anim-atlas.cpp @@ -1,6 +1,6 @@ #include "anim-atlas.hpp" -#include "compat/assert.hpp" #include "shaders/shader.hpp" +#include "compat/assert.hpp" #include "compat/exception.hpp" #include <Corrade/Containers/BitArrayView.h> #include <Corrade/Containers/StridedArrayView.h> diff --git a/src/search-astar.cpp b/src/search-astar.cpp index 77239669..af82ce90 100644 --- a/src/search-astar.cpp +++ b/src/search-astar.cpp @@ -3,12 +3,12 @@ #include "search-constants.hpp" #include "search-cache.hpp" #include "search-result.hpp" -#include "compat/format.hpp" -#include "compat/vector-wrapper.hpp" -#include "compat/heap.hpp" #include "object.hpp" #include "world.hpp" #include "point.inl" +#include "compat/format.hpp" +#include "compat/vector-wrapper.hpp" +#include "compat/heap.hpp" #include <cstdio> #include <Corrade/Containers/GrowableArray.h> #include <Corrade/Containers/StaticArray.h> // todo remove diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 9891791d..afd75f37 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -1,8 +1,8 @@ #pragma once -#include "compat/defs.hpp" #include "src/rotation.hpp" #include "src/pass-mode.hpp" #include "wall-defs.hpp" +#include "compat/defs.hpp" #include <array> #include <Corrade/Containers/Array.h> #include <Corrade/Containers/String.h> |