From: Francesco Montorsi Date: Wed, 18 Mar 2009 21:11:13 +0000 (+0000) Subject: no change: just move a misplaced comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b7d70f7626ec7f0f01019dcb3d0c2856787c340f no change: just move a misplaced comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxcrt.h b/include/wx/wxcrt.h index 662ea9758d..8183944aed 100644 --- a/include/wx/wxcrt.h +++ b/include/wx/wxcrt.h @@ -13,9 +13,6 @@ #ifndef _WX_WXCRT_H_ #define _WX_WXCRT_H_ -// NB: User code should include wx/crt.h instead of including this -// header directly. - #include "wx/wxcrtbase.h" #include "wx/string.h" diff --git a/include/wx/wxcrtbase.h b/include/wx/wxcrtbase.h index 27aafc6e8b..5468c61c3d 100644 --- a/include/wx/wxcrtbase.h +++ b/include/wx/wxcrtbase.h @@ -26,6 +26,10 @@ NB: don't include any wxWidgets headers here because almost all of them include this one! + + NB2: User code should include wx/crt.h instead of including this + header directly. + */ #if !defined(__WXPALMOS5__)