diff options
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/state.cpp b/src/state.cpp index af071e8..47e31c3 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -31,6 +31,7 @@ THE SOFTWARE. | |||
31 | =============================================================================== | 31 | =============================================================================== |
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "_pch.h" | ||
34 | #include "state.h" | 35 | #include "state.h" |
35 | 36 | ||
36 | #include "intercopycontext.h" | 37 | #include "intercopycontext.h" |
@@ -39,8 +40,6 @@ THE SOFTWARE. | |||
39 | #include "tools.h" | 40 | #include "tools.h" |
40 | #include "universe.h" | 41 | #include "universe.h" |
41 | 42 | ||
42 | #include <source_location> | ||
43 | |||
44 | // ################################################################################################# | 43 | // ################################################################################################# |
45 | 44 | ||
46 | static constexpr char const* kOnStateCreate{ "on_state_create" }; // update lanes.lua if the name changes! | 45 | static constexpr char const* kOnStateCreate{ "on_state_create" }; // update lanes.lua if the name changes! |