X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/283c84c22499e75468fd11a1a877255cb143740b..a22895511a250173cf7dd4403fc89f293a898067:/src/common/ustring.cpp diff --git a/src/common/ustring.cpp b/src/common/ustring.cpp index b3176323ee..a9b9241eb4 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 ); @@ -545,16 +542,3 @@ wxU16CharBuffer wxUString::utf16_str() const return result; } - - -#if SIZEOF_WCHAR_T != 2 -template<> -wxCharTypeBuffer::Data -wxCharTypeBuffer::NullData(NULL); -#endif - -#if SIZEOF_WCHAR_T != 4 -template<> -wxCharTypeBuffer::Data -wxCharTypeBuffer::NullData(NULL); -#endif