diff options
Diffstat (limited to '')
-rw-r--r-- | src/universe.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/universe.cpp b/src/universe.cpp index 9f28f6a..1aafbff 100644 --- a/src/universe.cpp +++ b/src/universe.cpp | |||
@@ -32,10 +32,10 @@ THE SOFTWARE. | |||
32 | #include "universe.hpp" | 32 | #include "universe.hpp" |
33 | 33 | ||
34 | #include "deep.hpp" | 34 | #include "deep.hpp" |
35 | #include "intercopycontext.h" | 35 | #include "intercopycontext.hpp" |
36 | #include "keeper.hpp" | 36 | #include "keeper.hpp" |
37 | #include "lane.hpp" | 37 | #include "lane.hpp" |
38 | #include "state.h" | 38 | #include "state.hpp" |
39 | 39 | ||
40 | extern LUAG_FUNC(linda); | 40 | extern LUAG_FUNC(linda); |
41 | 41 | ||