]> git.saurik.com Git - wxWidgets.git/commitdiff
no change: just move a misplaced comment
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 18 Mar 2009 21:11:13 +0000 (21:11 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 18 Mar 2009 21:11:13 +0000 (21:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxcrt.h
include/wx/wxcrtbase.h

index 662ea9758dd08dccbe8abdd68b4394b92027ae2f..8183944aed51b7a34fc2bbc7cc221e28fd89de38 100644 (file)
@@ -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"
 
index 27aafc6e8be2a03a5e6961e83859f06aa659514b..5468c61c3d75a3762e424c3cd2c5f2ac37663ada 100644 (file)
 
     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__)