[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.
This commit is contained in:
2021-10-23 14:11:31 +02:00
committed by gsemaj
parent 8517e0c7de
commit 4f890a9c07
3 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
#include "core/Core.hpp"
#include "servers/CNShardServer.hpp"
#include "NPC.hpp"
#include "MobAI.hpp"
#include "JSON.hpp"

View File

@@ -1,4 +0,0 @@
#pragma once
#include "Chunking.hpp"
#include "Entities.hpp"

View File

@@ -2,7 +2,6 @@
#include "core/Core.hpp"
#include "PlayerManager.hpp"
#include "NPC.hpp"
#include "Transport.hpp"
#include "JSON.hpp"