aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/compat.h2
-rw-r--r--src/debug.hpp (renamed from src/debug.h)0
-rw-r--r--src/macros_and_utils.h2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/compat.h b/src/compat.h
index b1e8663..59c8001 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "debug.h" 3#include "debug.hpp"
4#include "stackindex.hpp" 4#include "stackindex.hpp"
5 5
6// try to detect if we are building against LuaJIT or MoonJIT 6// try to detect if we are building against LuaJIT or MoonJIT
diff --git a/src/debug.h b/src/debug.hpp
index 7c7f497..7c7f497 100644
--- a/src/debug.h
+++ b/src/debug.hpp
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h
index 4a84483..6850ddf 100644
--- a/src/macros_and_utils.h
+++ b/src/macros_and_utils.h
@@ -1,6 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "debug.h" 3#include "debug.hpp"
4#include "luaerrors.hpp" 4#include "luaerrors.hpp"
5#include "unique.hpp" 5#include "unique.hpp"
6 6