On 2011-03-22 at 21:38:13 [+0100], clemens.zeidler@xxxxxxxxxxxxxx wrote: > Author: czeidler > Date: 2011-03-22 21:38:13 +0100 (Tue, 22 Mar 2011) > New Revision: 41084 > Changeset: https://dev.haiku-os.org/changeset/41084 > > Modified: > haiku/trunk/src/kits/support/String.cpp > Log: > Switch to iswspace. Fix space detection at the right. Thanks > J?\195?\169r?\195?\180me and Ingo. Please review, though. > > > > Modified: haiku/trunk/src/kits/support/String.cpp > =================================================================== > --- haiku/trunk/src/kits/support/String.cpp 2011-03-22 19:39:02 UTC (rev > 41083) > +++ haiku/trunk/src/kits/support/String.cpp 2011-03-22 20:38:13 UTC (rev > 41084) > @@ -14,15 +14,14 @@ > > /*! String class supporting common string operations. */ > > - > -#include <String.h> > - As String.h is the header file belonging to this source file (String.cpp), it is expected to be the first include, so it was correct before. cheers, Oliver