Codechange: vendor the nlohmann-json library (#11290)
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
#include "../../network/network_admin.h"
|
||||
#include "../script_instance.hpp"
|
||||
#include "../../string_func.h"
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
#include "../../3rdparty/nlohmann/json.hpp"
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
|
@@ -18,10 +18,9 @@
|
||||
#include "../../string_func.h"
|
||||
#include "../../economy_cmd.h"
|
||||
#include "../../engine_cmd.h"
|
||||
#include "../../3rdparty/nlohmann/json.hpp"
|
||||
#include "table/strings.h"
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include "../../safeguards.h"
|
||||
|
||||
bool ScriptEventEnginePreview::IsEngineValid() const
|
||||
|
Reference in New Issue
Block a user