summaryrefslogtreecommitdiffstats
path: root/source/SquirrelCommandBinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/SquirrelCommandBinder.cpp (renamed from source/cSquirrelCommandBinder.cpp)8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/cSquirrelCommandBinder.cpp b/source/SquirrelCommandBinder.cpp
index e2a34dfb6..50eae9333 100644
--- a/source/cSquirrelCommandBinder.cpp
+++ b/source/SquirrelCommandBinder.cpp
@@ -1,10 +1,10 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "cSquirrelCommandBinder.h"
-#include "cPlayer.h"
-#include "cPlugin.h"
-#include "cPlugin_Squirrel.h"
+#include "SquirrelCommandBinder.h"
+#include "Player.h"
+#include "Plugin.h"
+#include "Plugin_Squirrel.h"
#include "squirrelbindings/SquirrelArray.h"