include cleanup: game*

This commit is contained in:
Yann Dirson 2005-03-10 00:00:06 +00:00
parent 50e405a352
commit 41c84dd351
4 changed files with 4 additions and 5 deletions

View file

@ -11,6 +11,7 @@
See the COPYING file for more details. See the COPYING file for more details.
*/ */
#include "config.hpp"
#include "global.hpp" #include "global.hpp"
#include "game_config.hpp" #include "game_config.hpp"

View file

@ -13,7 +13,7 @@
#ifndef GAME_CONFIG_H_INCLUDED #ifndef GAME_CONFIG_H_INCLUDED
#define GAME_CONFIG_H_INCLUDED #define GAME_CONFIG_H_INCLUDED
#include "config.hpp" class config;
#include <string> #include <string>

View file

@ -13,13 +13,12 @@
#ifndef GAME_EVENTS_H_INCLUDED #ifndef GAME_EVENTS_H_INCLUDED
#define GAME_EVENTS_H_INCLUDED #define GAME_EVENTS_H_INCLUDED
#include "config.hpp" class config;
#include "display.hpp" class display;
#include "gamestatus.hpp" #include "gamestatus.hpp"
#include "map.hpp" #include "map.hpp"
#include "team.hpp" #include "team.hpp"
#include "unit.hpp" #include "unit.hpp"
#include "unit_types.hpp"
#include <map> #include <map>

View file

@ -15,7 +15,6 @@
#include "log.hpp" #include "log.hpp"
#include "unit.hpp" #include "unit.hpp"
#include "unit_types.hpp"
#include <time.h> #include <time.h>