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__)