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
This commit is contained in:
Vadim Zeitlin
2014-03-19 18:01:15 +00:00
parent b9a09f5e87
commit 7f48a077ab

View File

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