Do a cleanup of some includes introduced in 2007-12-22T12:08:47Z!koraq@xs4all.nl,
spotted by Sapient.
This commit is contained in:
parent
55950ace4a
commit
b329535ef7
2 changed files with 11 additions and 12 deletions
|
@ -14,15 +14,7 @@
|
|||
#ifndef GAME_EVENTS_H_INCLUDED
|
||||
#define GAME_EVENTS_H_INCLUDED
|
||||
|
||||
class config;
|
||||
class game_data;
|
||||
class game_display;
|
||||
class game_state;
|
||||
class gamestatus;
|
||||
class team;
|
||||
class t_string;
|
||||
class unit;
|
||||
|
||||
#include "config.hpp"
|
||||
#include "map.hpp"
|
||||
#include "soundsource.hpp"
|
||||
#include "variable.hpp"
|
||||
|
@ -31,6 +23,14 @@ class unit;
|
|||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
class game_data;
|
||||
class game_display;
|
||||
class game_state;
|
||||
class gamestatus;
|
||||
class team;
|
||||
class t_string;
|
||||
class unit;
|
||||
|
||||
|
||||
//! @file game_events.hpp
|
||||
//! Define the game's events mechanism.
|
||||
|
|
|
@ -16,13 +16,12 @@
|
|||
#ifndef VARIABLE_H_INCLUDED
|
||||
#define VARIABLE_H_INCLUDED
|
||||
|
||||
#include "config.hpp"
|
||||
#include "tstring.hpp"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
class config;
|
||||
class game_state;
|
||||
class t_string;
|
||||
class unit_map;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue