From 0338796847d28e547b2fd994275d23fa40ca6efa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 25 Jul 2018 13:49:00 +0200 Subject: [PATCH] Remove unnecessary headers from wxHtmlPrintout unit test These headers were added by 905789485a02b425356d2c9d3b4331f78aaa368e which was replaced with 321854b5193b8025cce2ca76302aff9d96a105c8 later and are not needed any more. --- tests/html/htmprint.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/html/htmprint.cpp b/tests/html/htmprint.cpp index 05c27b42bf..0209ecfe4d 100644 --- a/tests/html/htmprint.cpp +++ b/tests/html/htmprint.cpp @@ -22,9 +22,6 @@ #include "wx/dcmemory.h" #endif // WX_PRECOMP -#include "wx/app.h" -#include "wx/window.h" - #include "wx/html/htmprint.h" namespace