diff options
Diffstat (limited to '')
-rw-r--r-- | source/Bindings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Bindings.cpp b/source/Bindings.cpp index b04902383..8b9718386 100644 --- a/source/Bindings.cpp +++ b/source/Bindings.cpp @@ -1,6 +1,6 @@ /* ** Lua binding: AllToLua -** Generated automatically by tolua++-1.0.92 on 09/23/12 23:08:35. +** Generated automatically by tolua++-1.0.92 on 09/23/12 23:22:26. */ #ifndef __cplusplus @@ -43,7 +43,7 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S); #include "cWebPlugin.h" #include "cPickup.h" #include "cRoot.h" -#include "cTCPLink.h" +#include "OSSupport/TCPLink.h" #include "Vector3f.h" #include "Vector3d.h" #include "Vector3i.h" |