From b2da864032f9f9ce97ed0c7c34012c285b365f20 Mon Sep 17 00:00:00 2001 From: kamilprzyb Date: Tue, 15 Sep 2020 23:23:40 +0200 Subject: [PATCH] removed unneccesary include --- src/Player.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Player.hpp b/src/Player.hpp index 1a473a3..216367c 100644 --- a/src/Player.hpp +++ b/src/Player.hpp @@ -5,7 +5,6 @@ #include "CNProtocol.hpp" #include "CNStructs.hpp" -#include "Database.hpp" #define ACTIVE_MISSION_COUNT 6