Fix a broken include path.
This commit is contained in:
parent
697435009b
commit
539bbf4c59
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "gettext.hpp"
|
||||
#include "game_config.hpp"
|
||||
#include "game_display.hpp"
|
||||
#include "generators/map_create.hpp"
|
||||
#include "gui/auxiliary/layout_exception.hpp"
|
||||
#include "gui/dialogs/addon_connect.hpp"
|
||||
#include "gui/dialogs/addon_list.hpp"
|
||||
|
@ -60,7 +61,6 @@
|
|||
#include "gui/widgets/settings.hpp"
|
||||
#include "gui/widgets/window.hpp"
|
||||
#include "language.hpp"
|
||||
#include "map_create.hpp"
|
||||
#include "tests/utils/fake_display.hpp"
|
||||
#include "video.hpp"
|
||||
#include "wml_exception.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue