split string.{h,cpp} into {string,stringimpl,arrstr}.{h,cpp} to make the files more managable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-03-28 11:35:07 +00:00
parent ad78ab8c50
commit a7ea63e21f
13 changed files with 2221 additions and 1919 deletions

View File

@@ -13,10 +13,7 @@
#include "wx/defs.h"
#include "wx/chartype.h"
// NB: this header is included from string.h as well, but from the place
// where wxStringImpl is already declared and that's all we need
#include "wx/string.h"
#include "wx/stringimpl.h"
class WXDLLIMPEXP_BASE wxUniCharRef;