@@ -35,12 +35,13 @@ #if defined(OF_HAVE_THREADS) && defined(__HAIKU__) # include #endif -#import "OFRunLoop.h" #import "OFThread.h" +#import "OFThread+Private.h" +#import "OFRunLoop.h" #import "OFList.h" #import "OFDate.h" #import "OFDictionary.h" #import "OFAutoreleasePool.h"