summaryrefslogtreecommitdiffstats
path: root/src/Bindings/WebPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Bindings/WebPlugin.cpp (renamed from src/WebPlugin.cpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WebPlugin.cpp b/src/Bindings/WebPlugin.cpp
index 48ddb2076..3b71d553c 100644
--- a/src/WebPlugin.cpp
+++ b/src/Bindings/WebPlugin.cpp
@@ -2,9 +2,9 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "WebPlugin.h"
-#include "WebAdmin.h"
-#include "Server.h"
-#include "Root.h"
+#include "../WebAdmin.h"
+#include "../Server.h"
+#include "../Root.h"