Skip to content

Commit

Permalink
fix: fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Feb 23, 2024
1 parent 2c8563d commit b9cc6e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ll/core/command/PluginManage.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "c:/Users/shrbo/CPPProjects/LiteLDev/LeviLamina/src/ll/api/plugin/Manifest.h"
#include "c:/Users/shrbo/CPPProjects/LiteLDev/LeviLamina/src/ll/api/plugin/PluginManagerRegistry.h"
#include "ll/api/plugin/Manifest.h"
#include "ll/api/plugin/PluginManagerRegistry.h"
#include "ll/core/command/BuiltinCommands.h"

#include "ll/api/command/CommandHandle.h"
Expand All @@ -15,7 +15,6 @@
#include "mc/server/commands/CommandRegistry.h"
#include <string>
#include <string_view>
#include <vector>


namespace ll::command {
Expand Down

0 comments on commit b9cc6e7

Please sign in to comment.