Move an include from the .hpp to the .cpp.

This commit is contained in:
Mark de Wever 2008-06-18 19:16:52 +00:00
parent 3111f85b10
commit f4b06457f2
2 changed files with 1 additions and 1 deletions

View file

@ -25,6 +25,7 @@
#include "foreach.hpp"
#include "game_config.hpp"
#include "gettext.hpp"
#include "halo.hpp"
#include "hotkeys.hpp"
#include "language.hpp"
#include "log.hpp"

View file

@ -26,7 +26,6 @@ class unit_map;
#include "builder.hpp"
#include "generic_event.hpp"
#include "halo.hpp"
#include "image.hpp"
#include "key.hpp"
#include "map.hpp"