Removed unnecessary include

This commit is contained in:
Charles Dang 2019-08-05 06:46:46 +11:00
parent 4a3be684f4
commit 91d74a5aa0
2 changed files with 0 additions and 2 deletions

View file

@ -25,7 +25,6 @@
#include "gui/widgets/window.hpp"
#include "log.hpp"
#include "serialization/string_utils.hpp"
#include "wesnothd_connection.hpp"
#include <chrono>

View file

@ -17,7 +17,6 @@
#include "events.hpp"
#include "gui/dialogs/modal_dialog.hpp"
#include "network_asio.hpp"
#include "wesnothd_connection.hpp"
#include <boost/optional.hpp>