diff options
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state.cpp b/src/state.cpp index 2e551ed..cf28e2c 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -31,12 +31,12 @@ THE SOFTWARE. | |||
31 | =============================================================================== | 31 | =============================================================================== |
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "_pch.h" | 34 | #include "_pch.hpp" |
35 | #include "state.h" | 35 | #include "state.h" |
36 | 36 | ||
37 | #include "intercopycontext.h" | 37 | #include "intercopycontext.h" |
38 | #include "lane.h" | 38 | #include "lane.h" |
39 | #include "lanes.h" | 39 | #include "lanes.hpp" |
40 | #include "tools.h" | 40 | #include "tools.h" |
41 | #include "universe.h" | 41 | #include "universe.h" |
42 | 42 | ||