summaryrefslogtreecommitdiffstats
path: root/source/Plugin_Lua.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Plugin_Lua.cpp (renamed from source/cPlugin_Lua.cpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/cPlugin_Lua.cpp b/source/Plugin_Lua.cpp
index a4cf972f4..14258dd0d 100644
--- a/source/cPlugin_Lua.cpp
+++ b/source/Plugin_Lua.cpp
@@ -2,9 +2,9 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#define LUA_USE_POSIX
-#include "cPlugin_Lua.h"
-#include "cPluginManager.h"
-#include "cRoot.h"
+#include "Plugin_Lua.h"
+#include "PluginManager.h"
+#include "Root.h"
extern "C"
{