From 8b777c1aa8b4486dab925e10fade6912de13f11d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Mar 2014 19:28:47 +0000 Subject: [PATCH] Don't include wx/dc.h from wx/graphics.h. This is not necessary and prevents compilation of this header in wxUSE_GUI=0 case. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 46f60b6884..aae7b8a937 100644 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -17,7 +17,6 @@ #include "wx/geometry.h" #include "wx/dynarray.h" -#include "wx/dc.h" #include "wx/image.h" #include "wx/vector.h"