diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 16:19:21 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 16:19:21 +0200 |
| commit | a00ac8b5fed9d03cb2b3eafb4cd7d04546e341b1 (patch) | |
| tree | 18bfeda1abd43a2a0b81f2ad4b909c30b9bfb419 /main/debug.cpp | |
| parent | 45f2533113a0dfe4cf8a7723a1c76099d0a6d091 (diff) | |
move some headers around
Diffstat (limited to 'main/debug.cpp')
| -rw-r--r-- | main/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/debug.cpp b/main/debug.cpp index f46c63d5..a8483cd0 100644 --- a/main/debug.cpp +++ b/main/debug.cpp @@ -1,4 +1,4 @@ -#include "floormat-main-impl.hpp" +#include "main-impl.hpp" #include <chrono> namespace floormat { |
