From 770ef8c60b1adbbf73a091a0c8225366c32f90b5 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Tue, 26 Nov 2013 17:14:46 +0000 Subject: Fixed loads more of them. --- src/tolua++.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tolua++.h') 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 { -- cgit v1.2.3