mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 21:11:17 +00:00
Remove unneeded includes.
This commit is contained in:
parent
8812de6d8b
commit
6cce4cb9c1
11
src/team.hpp
11
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 <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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user