Skip to content

Commit

Permalink
fix: fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Dec 31, 2024
1 parent e5dba10 commit e24cbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/RemoteCallAPI.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#include "RemoteCallAPI.h"

#include "LegacyRemoteCall.h"
#include "ll/api/io/Logger.h"
#include "ll/api/mod/NativeMod.h"
#include "ll/api/utils/StringUtils.h"
#include "RemoteCallAPI.h"

namespace RemoteCall {
CallbackFn const EMPTY_FUNC{};
Expand Down
3 changes: 1 addition & 2 deletions src/RemoteCallAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
#include "mc/nbt/CompoundTag.h"
#include "mc/world/Container.h"
#include "mc/world/actor/player/Player.h"
#include "mc/world/item/ItemStackBase.h"
#include "mc/world/item/ItemStack.h"
#include "mc/deps/core/math/Vec3.h"
#include "mc/world/level/BlockPos.h"
#include "mc/world/level/block/Block.h"
#include "mc/world/level/block/actor/BlockActor.h"
#include "mc/deps/core/math/Vec3.h"

#define TEST_NEW_VALUE_TYPE

Expand Down

0 comments on commit e24cbaf

Please sign in to comment.