]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ustring.cpp
Dont't finish any editing if there is no control
[wxWidgets.git] / src / common / ustring.cpp
index b3176323ee998ecd8885eb23abaa750ea2d8a5ba..c0cae8f58de797fd7940d544fe787b0b69d529a2 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/ustring.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/strconv.h"  // wxConvLibc
+    #include "wx/crt.h"
     #include "wx/log.h"
 #endif
 
-#include "wx/ustring.h"
-#include "wx/unichar.h"
-#include "wx/string.h"
-
-
 wxUString &wxUString::assignFromAscii( const char *str )
 {
    size_type len = wxStrlen( str );