Move an include from the .hpp to the .cpp.
This commit is contained in:
parent
3111f85b10
commit
f4b06457f2
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue