diff options
author | madmaxoft <github@xoft.cz> | 2013-12-08 12:17:54 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-08 12:17:54 +0100 |
commit | 044fd237b60b30f2a422b9efd04d20badf61da79 (patch) | |
tree | edbbb450e57100e7b23b91f4a12a10802d20e6d0 /src/WebPlugin.cpp | |
parent | Ignoring Gallery plugin settings. (diff) | |
download | cuberite-044fd237b60b30f2a422b9efd04d20badf61da79.tar cuberite-044fd237b60b30f2a422b9efd04d20badf61da79.tar.gz cuberite-044fd237b60b30f2a422b9efd04d20badf61da79.tar.bz2 cuberite-044fd237b60b30f2a422b9efd04d20badf61da79.tar.lz cuberite-044fd237b60b30f2a422b9efd04d20badf61da79.tar.xz cuberite-044fd237b60b30f2a422b9efd04d20badf61da79.tar.zst cuberite-044fd237b60b30f2a422b9efd04d20badf61da79.zip |
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" |