summaryrefslogtreecommitdiffstats
path: root/source/LuaCommandBinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/LuaCommandBinder.cpp (renamed from source/cLuaCommandBinder.cpp)8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/cLuaCommandBinder.cpp b/source/LuaCommandBinder.cpp
index 62d57b640..c25b422a7 100644
--- a/source/cLuaCommandBinder.cpp
+++ b/source/LuaCommandBinder.cpp
@@ -1,10 +1,10 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "cLuaCommandBinder.h"
-#include "cPlayer.h"
-#include "cPlugin.h"
-#include "cPlugin_Lua.h"
+#include "LuaCommandBinder.h"
+#include "Player.h"
+#include "Plugin.h"
+#include "Plugin_Lua.h"
#include "tolua++.h"