From d8f47129c8824ff600d49f2714e1a7967284a515 Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Sun, 21 Nov 2010 13:57:15 +0000 Subject: [PATCH] Remove unneeded includes. --- src/variable.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/variable.hpp b/src/variable.hpp index 1cc2d43f3ed..b87aaf6bece 100644 --- a/src/variable.hpp +++ b/src/variable.hpp @@ -18,16 +18,10 @@ #define VARIABLE_H_INCLUDED #include "config.hpp" -#include "tstring.hpp" - -#include -#include -#include 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.