Removed some includes

This commit is contained in:
Mark de Wever 2007-12-21 20:38:57 +00:00
parent 2b90105b25
commit 412b5a8d97
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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.