From d9dd8b1f1a0b23b5caaff86fd2aea3c78046083f Mon Sep 17 00:00:00 2001 From: Liam Treacy Date: Fri, 18 Jan 2019 11:30:43 +0000 Subject: [PATCH] Grouped related headers together --- src/qt/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/toolbar.cpp b/src/qt/toolbar.cpp index dc307e086b..47bc23e968 100644 --- a/src/qt/toolbar.cpp +++ b/src/qt/toolbar.cpp @@ -16,6 +16,7 @@ #include #include +#include #ifndef WX_PRECOMP #include "wx/menu.h" @@ -25,7 +26,6 @@ #include "wx/qt/private/winevent.h" #include "wx/qt/private/converter.h" -#include class wxQtToolButton; class wxToolBarTool : public wxToolBarToolBase