From f8bdf123f20de2176160e0f65b865505153f053d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Jul 2019 13:49:59 +0200 Subject: [PATCH] Remove unnecessary header from the webview unit test No real changes. --- tests/controls/webtest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/controls/webtest.cpp b/tests/controls/webtest.cpp index 5c58ab1624..891c34a9c9 100644 --- a/tests/controls/webtest.cpp +++ b/tests/controls/webtest.cpp @@ -19,7 +19,6 @@ #endif // WX_PRECOMP #include "testableframe.h" -#include "wx/uiaction.h" #include "wx/webview.h" #include "asserthelper.h" #if wxUSE_WEBVIEW_IE