From 3f29a21d3e1214263b2da877d4be582a6a08da2a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Mar 2014 20:12:32 +0000 Subject: [PATCH] Don't include apparently unnecessary headers in drawing test. wx/window.h shouldn't be needed in this non-GUI test. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/drawing/drawing.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/drawing/drawing.cpp b/tests/drawing/drawing.cpp index c033f8f586..d734d193ab 100644 --- a/tests/drawing/drawing.cpp +++ b/tests/drawing/drawing.cpp @@ -15,12 +15,6 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/app.h" - #include "wx/font.h" - #include "wx/window.h" -#endif // WX_PRECOMP - #include "drawing.h" #if wxUSE_TEST_GC_DRAWING