summaryrefslogtreecommitdiffstats
path: root/src/Bindings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bindings.cpp')
-rw-r--r--src/Bindings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings.cpp b/src/Bindings.cpp
index 942ea0eaf..f06fb4c03 100644
--- a/src/Bindings.cpp
+++ b/src/Bindings.cpp
@@ -16,7 +16,7 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S);
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "tolua_base.h"
#include "ChunkDef.h"
-#include "../lib/inifile/iniFile.h"
+#include "inifile/iniFile.h"
#include "OSSupport/File.h"
#include "BlockID.h"
#include "StringUtils.h"