Move dependency handling over to CPM
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef ANGELSCRIPTDEBUGGER_ASVARIABLEFORMATTER_HPP
|
||||
#define ANGELSCRIPTDEBUGGER_ASVARIABLEFORMATTER_HPP
|
||||
#include <angelscript.h>
|
||||
#include "../extern/json.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
#include "AngelscriptDebugger.hpp"
|
||||
#include "DebugAdapterProtocol/Types.hpp"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "../../extern/json.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
#include "Utils.hpp"
|
||||
|
||||
namespace DebugAdapterProtocol {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "../../extern/json.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
#include "BaseProtocol.hpp"
|
||||
#include "Types.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user