diff --git a/include/game/Player.h b/include/game/Player.h index 13f7da9..2435857 100644 --- a/include/game/Player.h +++ b/include/game/Player.h @@ -1,6 +1,5 @@ #pragma once -#include #include #include "game/Team.h" diff --git a/include/game/Towers.h b/include/game/Towers.h index c8bab79..fb08970 100644 --- a/include/game/Towers.h +++ b/include/game/Towers.h @@ -1,6 +1,5 @@ #pragma once -#include #include #include diff --git a/include/game/server/Server.h b/include/game/server/Server.h index e0f7981..e3fb790 100644 --- a/include/game/server/Server.h +++ b/include/game/server/Server.h @@ -1,6 +1,5 @@ #pragma once -#include #include #include