summaryrefslogtreecommitdiffstats
path: root/src/tolua++.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tolua++.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tolua++.h b/src/tolua++.h
index dff1e91be..8da427fe3 100644
--- a/src/tolua++.h
+++ b/src/tolua++.h
@@ -43,8 +43,8 @@ extern "C" {
typedef int lua_Object;
-#include "../lib/lua/src/lua.h"
-#include "../lib/lua/src/lauxlib.h"
+#include "lua/src/lua.h"
+#include "lua/src/lauxlib.h"
struct tolua_Error
{