From 6cce4cb9c1240f647c863e844fc8e49fecc1e4cd Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 21 Nov 2010 13:56:52 +0000 Subject: [PATCH] Remove unneeded includes. --- src/team.hpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/team.hpp b/src/team.hpp index 8518d1072b0..eacae4ee234 100644 --- a/src/team.hpp +++ b/src/team.hpp @@ -15,10 +15,8 @@ #ifndef TEAM_H_INCLUDED #define TEAM_H_INCLUDED -#include "config.hpp" #include "color_range.hpp" #include "game_config.hpp" -#include "map_location.hpp" #include "savegame_config.hpp" #include "unit.hpp" @@ -28,15 +26,6 @@ namespace wb { class side_actions; } -#include -#include -#include - - -#include - -#include "SDL.h" - /** * This class stores all the data for a single 'side' (in game nomenclature). * E.g., there is only one leader unit per team.