X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfaae3e640da198acdb53394c1a4110b76431c77..b7c746d017c42dfc5c44adff78b57b18aee90fbc:/src/common/stringimpl.cpp diff --git a/src/common/stringimpl.cpp b/src/common/stringimpl.cpp index c8799442c3..4c30917521 100644 --- a/src/common/stringimpl.cpp +++ b/src/common/stringimpl.cpp @@ -42,10 +42,6 @@ #include #include -#ifdef __SALFORDC__ - #include -#endif - // allocating extra space for each string consumes more memory but speeds up // the concatenation operations (nLen is the current string's length) // NB: EXTRA_ALLOC must be >= 0!