aboutsummaryrefslogtreecommitdiff
path: root/src/deep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/deep.cpp')
-rw-r--r--src/deep.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/deep.cpp b/src/deep.cpp
index 9538fdf..0fdcb31 100644
--- a/src/deep.cpp
+++ b/src/deep.cpp
@@ -31,14 +31,11 @@ THE SOFTWARE.
31 31
32=============================================================================== 32===============================================================================
33*/ 33*/
34 34#include "_pch.h"
35#include "deep.h" 35#include "deep.h"
36 36
37#include "tools.h" 37#include "tools.h"
38 38
39#include <bit>
40#include <cassert>
41
42/*-- Metatable copying --*/ 39/*-- Metatable copying --*/
43 40
44/*---=== Deep userdata ===---*/ 41/*---=== Deep userdata ===---*/