mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 02:03:32 +00:00
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
@ -14,15 +14,7 @@
|
|||||||
#ifndef GAME_EVENTS_H_INCLUDED
|
#ifndef GAME_EVENTS_H_INCLUDED
|
||||||
#define GAME_EVENTS_H_INCLUDED
|
#define GAME_EVENTS_H_INCLUDED
|
||||||
|
|
||||||
class config;
|
#include "config.hpp"
|
||||||
class game_data;
|
|
||||||
class game_display;
|
|
||||||
class game_state;
|
|
||||||
class gamestatus;
|
|
||||||
class team;
|
|
||||||
class t_string;
|
|
||||||
class unit;
|
|
||||||
|
|
||||||
#include "map.hpp"
|
#include "map.hpp"
|
||||||
#include "soundsource.hpp"
|
#include "soundsource.hpp"
|
||||||
#include "variable.hpp"
|
#include "variable.hpp"
|
||||||
@ -31,6 +23,14 @@ class unit;
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
class game_data;
|
||||||
|
class game_display;
|
||||||
|
class game_state;
|
||||||
|
class gamestatus;
|
||||||
|
class team;
|
||||||
|
class t_string;
|
||||||
|
class unit;
|
||||||
|
|
||||||
|
|
||||||
//! @file game_events.hpp
|
//! @file game_events.hpp
|
||||||
//! Define the game's events mechanism.
|
//! Define the game's events mechanism.
|
||||||
|
@ -16,13 +16,12 @@
|
|||||||
#ifndef VARIABLE_H_INCLUDED
|
#ifndef VARIABLE_H_INCLUDED
|
||||||
#define VARIABLE_H_INCLUDED
|
#define VARIABLE_H_INCLUDED
|
||||||
|
|
||||||
#include "config.hpp"
|
|
||||||
#include "tstring.hpp"
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
class config;
|
||||||
class game_state;
|
class game_state;
|
||||||
|
class t_string;
|
||||||
class unit_map;
|
class unit_map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user