Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-11-21 13:56:52 +00:00
parent 8812de6d8b
commit 6cce4cb9c1

View File

@ -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 <set>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#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.