aboutsummaryrefslogtreecommitdiff
path: root/src/lindafactory.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 15:03:12 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 15:03:12 +0200
commit5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed (patch)
tree2a63c9302f530a4da5ee3121eb2a545c39e0fe20 /src/lindafactory.cpp
parent6d271c5796eae14d1dc60e778435495ebfb540d8 (diff)
downloadlanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.tar.gz
lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.tar.bz2
lanes-5276c1d2f35bb8df9b3fd0933cf5d1de1b9133ed.zip
Move InterCopyContext implementation in a separate file
Diffstat (limited to 'src/lindafactory.cpp')
-rw-r--r--src/lindafactory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lindafactory.cpp b/src/lindafactory.cpp
index 917d949..0ec5a0a 100644
--- a/src/lindafactory.cpp
+++ b/src/lindafactory.cpp
@@ -32,7 +32,6 @@ THE SOFTWARE.
32 32
33#include "lindafactory.h" 33#include "lindafactory.h"
34 34
35#include "lanes_private.h"
36#include "linda.h" 35#include "linda.h"
37 36
38// must be a #define instead of a constexpr to work with lua_pushliteral (until I templatize it) 37// must be a #define instead of a constexpr to work with lua_pushliteral (until I templatize it)