X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/283c84c22499e75468fd11a1a877255cb143740b..1bda83992364d46ff77228a849808eb546fbfaa5:/src/common/ustring.cpp diff --git a/src/common/ustring.cpp b/src/common/ustring.cpp index b3176323ee..c0cae8f58d 100644 --- a/src/common/ustring.cpp +++ b/src/common/ustring.cpp @@ -15,16 +15,13 @@ #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 );