mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 23:12:04 +00:00
Remove unneeded includes.
This commit is contained in:
parent
dc227e4962
commit
d8f47129c8
@ -18,16 +18,10 @@
|
|||||||
#define VARIABLE_H_INCLUDED
|
#define VARIABLE_H_INCLUDED
|
||||||
|
|
||||||
#include "config.hpp"
|
#include "config.hpp"
|
||||||
#include "tstring.hpp"
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <set>
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
class game_state;
|
class game_state;
|
||||||
class unit_map;
|
class unit_map;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A variable-expanding proxy for the config class. This class roughly behaves
|
* A variable-expanding proxy for the config class. This class roughly behaves
|
||||||
* as a constant config object, but automatically expands variables.
|
* as a constant config object, but automatically expands variables.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user