删除多余include

This commit is contained in:
子沐呀
2024-07-18 21:51:05 +08:00
Unverified
parent 52897a25a7
commit 55424a447b
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -1,11 +1,5 @@
#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 <vector>
bool isInteger(const std::string& str) {
std::regex pattern("^[+-]?\\d+$");
-1
View File
@@ -1,4 +1,3 @@
#include "GMLIB/Server/PlaceholderAPI.h"
#include "Global.h"
#include <regex>