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
This commit is contained in:
Vadim Zeitlin 2014-03-18 20:12:32 +00:00
parent 7e049a9692
commit 3f29a21d3e

View File

@ -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