diff --git a/Minecraft.Server/Access/BanManager.cpp b/Minecraft.Server/Access/BanManager.cpp index 59f5bccc..5447ab87 100644 --- a/Minecraft.Server/Access/BanManager.cpp +++ b/Minecraft.Server/Access/BanManager.cpp @@ -7,7 +7,7 @@ #include "..\Common\NetworkUtils.h" #include "..\Common\StringUtils.h" #include "..\ServerLogger.h" -#include "..\vendor\nlohmann\json.hpp" +#include "Common/vendor/nlohmann/json.hpp" #include #include diff --git a/Minecraft.Server/Access/WhitelistManager.cpp b/Minecraft.Server/Access/WhitelistManager.cpp index 33ea7e46..3629914e 100644 --- a/Minecraft.Server/Access/WhitelistManager.cpp +++ b/Minecraft.Server/Access/WhitelistManager.cpp @@ -6,7 +6,7 @@ #include "..\Common\FileUtils.h" #include "..\Common\StringUtils.h" #include "..\ServerLogger.h" -#include "..\vendor\nlohmann\json.hpp" +#include "Common/vendor/nlohmann/json.hpp" #include diff --git a/Minecraft.Server/Common/AccessStorageUtils.h b/Minecraft.Server/Common/AccessStorageUtils.h index c5d3477c..26d0c80e 100644 --- a/Minecraft.Server/Common/AccessStorageUtils.h +++ b/Minecraft.Server/Common/AccessStorageUtils.h @@ -3,7 +3,7 @@ #include "FileUtils.h" #include "StringUtils.h" -#include "..\vendor\nlohmann\json.hpp" +#include "Common/vendor/nlohmann/json.hpp" #include diff --git a/Minecraft.Server/vendor/nlohmann/LICENSE.MIT b/include/Common/vendor/nlohmann/LICENSE.MIT similarity index 100% rename from Minecraft.Server/vendor/nlohmann/LICENSE.MIT rename to include/Common/vendor/nlohmann/LICENSE.MIT diff --git a/Minecraft.Server/vendor/nlohmann/json.hpp b/include/Common/vendor/nlohmann/json.hpp similarity index 100% rename from Minecraft.Server/vendor/nlohmann/json.hpp rename to include/Common/vendor/nlohmann/json.hpp