diff --git a/src/dialogs.hpp b/src/dialogs.hpp index a0d44842e5a..c7a256a483f 100644 --- a/src/dialogs.hpp +++ b/src/dialogs.hpp @@ -25,6 +25,7 @@ class unit_type; #include "map_location.hpp" #include "construct_dialog.hpp" #include "events.hpp" +#include "network.hpp" #include "widgets/button.hpp" diff --git a/src/show_dialog.hpp b/src/show_dialog.hpp index d2553553548..60e9313a5f1 100644 --- a/src/show_dialog.hpp +++ b/src/show_dialog.hpp @@ -21,13 +21,10 @@ class display; #include "cursor.hpp" #include "font.hpp" -#include "network.hpp" #include "tooltips.hpp" #include "widgets/menu.hpp" -#include "SDL.h" - #include #include diff --git a/src/upload_log.cpp b/src/upload_log.cpp index b96aee014c0..69f678ba481 100644 --- a/src/upload_log.cpp +++ b/src/upload_log.cpp @@ -29,6 +29,7 @@ #include "gamestatus.hpp" #include "gettext.hpp" #include "log.hpp" +#include "network.hpp" #include "replay.hpp" #include "serialization/parser.hpp" #include "unit.hpp"