From 7f48a077ab13b4da01667536677a2854ed4e856f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 19 Mar 2014 18:01:15 +0000 Subject: [PATCH] Remove more unnecessary headers from drawing test. Don't include GUI headers in non-GUI code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/drawing/plugindriver.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/drawing/plugindriver.cpp b/tests/drawing/plugindriver.cpp index 0cda928b64..c1b358ef05 100644 --- a/tests/drawing/plugindriver.cpp +++ b/tests/drawing/plugindriver.cpp @@ -15,15 +15,6 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/app.h" - #include "wx/font.h" - #include "wx/window.h" -#endif // WX_PRECOMP - -#define _WX_CURSOR_H_BASE_ - - #include "drawing.h" #if wxUSE_TEST_GC_DRAWING