]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected includes when wxUSE_CMDLINE_PARSER is 0
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 26 Jan 2002 21:59:52 +0000 (21:59 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 26 Jan 2002 21:59:52 +0000 (21:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cmdline.h

index 498752cb476f781825aaa1d9d55c28ac540c38fd..b34d1142255cafa2ed3e15da6fa286d5cc41960a 100644 (file)
 #endif
 
 #include "wx/defs.h"
+#include "wx/string.h"
 
 #if wxUSE_CMDLINE_PARSER
 
-#include "wx/string.h"
-
 class WXDLLEXPORT wxDateTime;
 
 // ----------------------------------------------------------------------------