Skip to content

Commit

Permalink
GUI2/Dialogs: minor include cleanup of widget files in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Aug 15, 2017
1 parent abc0eb5 commit 302d235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/dialogs/message.hpp
Expand Up @@ -15,7 +15,7 @@
#pragma once

#include "gui/dialogs/modal_dialog.hpp"
#include "gui/widgets/styled_widget.hpp"
#include "gui/widgets/widget.hpp"

namespace gui2
{
Expand Down
1 change: 0 additions & 1 deletion src/gui/dialogs/network_transmission.hpp
Expand Up @@ -15,7 +15,6 @@
#pragma once

#include "gui/dialogs/modal_dialog.hpp"
#include "gui/widgets/styled_widget.hpp"
#include "network_asio.hpp"
#include <boost/optional.hpp>
#include "events.hpp"
Expand Down

0 comments on commit 302d235

Please sign in to comment.