mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
move include from a header to its compilation unit
This include is apparently unnecessary but we don't compile without it... it seems to only affect this compilation unit though.
This commit is contained in:
parent
b8427b362b
commit
2a703f3d70
@ -14,6 +14,9 @@
|
||||
|
||||
#define GETTEXT_DOMAIN "wesnoth-lib"
|
||||
|
||||
#include <boost/multi_index_container.hpp>
|
||||
// ^ This is apparently unnecessary but we don't compile without it...
|
||||
|
||||
#include "gui/dialogs/game_save.hpp"
|
||||
|
||||
#include "gettext.hpp"
|
||||
|
@ -16,11 +16,6 @@
|
||||
#define GUI_DIALOGS_SAVE_GAME_HPP_INCLUDED
|
||||
|
||||
#include "gui/dialogs/dialog.hpp"
|
||||
#include "tstring.hpp"
|
||||
|
||||
#include <boost/multi_index_container.hpp>
|
||||
#include <boost/multi_index/hashed_index.hpp>
|
||||
#include <boost/multi_index/member.hpp>
|
||||
|
||||
namespace gui2
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user