From: Vadim Zeitlin Date: Sun, 25 Jul 2004 16:39:07 +0000 (+0000) Subject: dc.h shouldn't include itself (patch 992933) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/282d1e47f99b81a2341cf6f377fab6a070efb446 dc.h shouldn't include itself (patch 992933) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mgl/dc.h b/include/wx/mgl/dc.h index aa9d55875f..7ac52ee1f5 100644 --- a/include/wx/mgl/dc.h +++ b/include/wx/mgl/dc.h @@ -16,7 +16,6 @@ #endif #include "wx/defs.h" -#include "wx/dc.h" #include "wx/region.h" //----------------------------------------------------------------------------- diff --git a/include/wx/msw/dc.h b/include/wx/msw/dc.h index 8ed710e9e6..cd92147a45 100644 --- a/include/wx/msw/dc.h +++ b/include/wx/msw/dc.h @@ -17,7 +17,6 @@ #endif #include "wx/defs.h" -#include "wx/dc.h" // --------------------------------------------------------------------------- // macros diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index fd832ef932..009cc6c746 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -13,7 +13,6 @@ #define _WX_DC_H_ #include "wx/defs.h" -//#include "wx/dc.h" // --------------------------------------------------------------------------- // macros