Removed some includes
This commit is contained in:
parent
2b90105b25
commit
412b5a8d97
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
#include "game_preferences.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
#include "log.hpp"
|
||||
#include "team.hpp"
|
||||
|
||||
#define LOG_NG LOG_STREAM(info, engine)
|
||||
#define ERR_NG LOG_STREAM(err, engine)
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
#define CONFIG_ADAPTER_HPP_INCLUDED
|
||||
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "team.hpp"
|
||||
#include "config.hpp"
|
||||
|
||||
class gamestatus;
|
||||
|
@ -30,6 +30,7 @@ class game_state;
|
|||
class game_data;
|
||||
class gamemap;
|
||||
class unit_map;
|
||||
class team;
|
||||
|
||||
// This module is responsible for constructing objects like 'team'
|
||||
// or 'unit' out of config-information, that is based on WML.
|
||||
|
|
Loading…
Add table
Reference in a new issue