Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-11-21 13:57:15 +00:00
parent dc227e4962
commit d8f47129c8

View File

@ -18,16 +18,10 @@
#define VARIABLE_H_INCLUDED
#include "config.hpp"
#include "tstring.hpp"
#include <vector>
#include <set>
#include <string>
class game_state;
class unit_map;
/**
* A variable-expanding proxy for the config class. This class roughly behaves
* as a constant config object, but automatically expands variables.