diff options
Diffstat (limited to '')
-rw-r--r-- | source/Plugin_NewLua.cpp (renamed from source/cPlugin_NewLua.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/cPlugin_NewLua.cpp b/source/Plugin_NewLua.cpp index bb7878f60..061441735 100644 --- a/source/cPlugin_NewLua.cpp +++ b/source/Plugin_NewLua.cpp @@ -2,8 +2,8 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #define LUA_USE_POSIX -#include "cPlugin_NewLua.h" -#include "cMCLogger.h" +#include "Plugin_NewLua.h" +#include "MCLogger.h" #include "LuaItems.h" extern "C" |