diff options
Diffstat (limited to '')
-rw-r--r-- | source/WebPlugin.cpp (renamed from source/cWebPlugin.cpp) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/cWebPlugin.cpp b/source/WebPlugin.cpp index 47e7d9e49..93619ef14 100644 --- a/source/cWebPlugin.cpp +++ b/source/WebPlugin.cpp @@ -1,10 +1,10 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "cWebPlugin.h" -#include "cWebAdmin.h" -#include "cServer.h" -#include "cRoot.h" +#include "WebPlugin.h" +#include "WebAdmin.h" +#include "Server.h" +#include "Root.h" |