From 4f890a9c07a58141c5c55f9fc6e025ed6f81e9b8 Mon Sep 17 00:00:00 2001 From: dongresource Date: Sat, 23 Oct 2021 14:11:31 +0200 Subject: [PATCH] [refactor] Get rid of NPC.hpp This file was already obsoleted at the start of the refactor, but seems to have escaped notice until now. --- src/Combat.hpp | 1 - src/NPC.hpp | 4 ---- src/NPCManager.hpp | 1 - 3 files changed, 6 deletions(-) delete mode 100644 src/NPC.hpp diff --git a/src/Combat.hpp b/src/Combat.hpp index f7ee0f9..89863d1 100644 --- a/src/Combat.hpp +++ b/src/Combat.hpp @@ -2,7 +2,6 @@ #include "core/Core.hpp" #include "servers/CNShardServer.hpp" -#include "NPC.hpp" #include "MobAI.hpp" #include "JSON.hpp" diff --git a/src/NPC.hpp b/src/NPC.hpp deleted file mode 100644 index b5d57dd..0000000 --- a/src/NPC.hpp +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -#include "Chunking.hpp" -#include "Entities.hpp" diff --git a/src/NPCManager.hpp b/src/NPCManager.hpp index 8a4ff62..d390e3b 100644 --- a/src/NPCManager.hpp +++ b/src/NPCManager.hpp @@ -2,7 +2,6 @@ #include "core/Core.hpp" #include "PlayerManager.hpp" -#include "NPC.hpp" #include "Transport.hpp" #include "JSON.hpp"