From 7c831d25ee23591c9693a31c14391a91c6e16d01 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 24 Jan 2019 22:51:06 +0100 Subject: [PATCH] Group headers together in wxTextCtrl unit test No real changes. --- tests/controls/textctrltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/controls/textctrltest.cpp b/tests/controls/textctrltest.cpp index 6972b6b1c6..cf41caef52 100644 --- a/tests/controls/textctrltest.cpp +++ b/tests/controls/textctrltest.cpp @@ -24,11 +24,11 @@ #endif // WX_PRECOMP #include "wx/scopeguard.h" +#include "wx/uiaction.h" #include "textentrytest.h" #include "testableframe.h" #include "asserthelper.h" -#include "wx/uiaction.h" static const int TEXT_HEIGHT = 200;