diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 05:42:11 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 06:21:01 +0100 |
commit | 1802970cdc6785d9c0bf36f49ec31d6939a99149 (patch) | |
tree | 5f473d190ae9eba9c721b1706105d4da664b9f3b /main | |
parent | 807b4ba44792a159eec3322a91535bbd3649ef44 (diff) |
clean up more headers
Diffstat (limited to 'main')
-rw-r--r-- | main/ctor.cpp | 1 | ||||
-rw-r--r-- | main/main-impl.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/main/ctor.cpp b/main/ctor.cpp index 09976016..1787b3ef 100644 --- a/main/ctor.cpp +++ b/main/ctor.cpp @@ -1,6 +1,7 @@ #include "main-impl.hpp" #include "compat/fpu.hpp" #include "src/search-astar.hpp" +#include "src/search.hpp" #include <Corrade/Containers/GrowableArray.h> namespace floormat { diff --git a/main/main-impl.cpp b/main/main-impl.cpp index 74ee87ce..fde0861d 100644 --- a/main/main-impl.cpp +++ b/main/main-impl.cpp @@ -1,5 +1,6 @@ #include "main-impl.hpp" #include "src/search-astar.hpp" +#include "src/search.hpp" #include <Corrade/Utility/Move.h> #include <Magnum/Platform/Sdl2Application.h> |