删除多余include
This commit is contained in:
@@ -1,11 +1,5 @@
|
|||||||
#include "Global.h"
|
#include "Global.h"
|
||||||
#include "magic_enum.hpp"
|
|
||||||
#include "mc/entity/systems/common/ServerCameraStateSystem.h"
|
|
||||||
#include "mc/enums/AbilitiesIndex.h"
|
|
||||||
#include "mc/scripting/modules/minecraft/ScriptCameraSetLocationOptions.h"
|
|
||||||
#include "mc/world/actor/common/CameraInstruction.h"
|
|
||||||
#include <regex>
|
#include <regex>
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
bool isInteger(const std::string& str) {
|
bool isInteger(const std::string& str) {
|
||||||
std::regex pattern("^[+-]?\\d+$");
|
std::regex pattern("^[+-]?\\d+$");
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#include "GMLIB/Server/PlaceholderAPI.h"
|
|
||||||
#include "Global.h"
|
#include "Global.h"
|
||||||
#include <regex>
|
#include <regex>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user