@@ -17,10 +17,11 @@ #include "config.h" #include #import "OFRunLoop.h" +#import "OFRunLoop+Private.h" #import "OFDictionary.h" #ifdef OF_HAVE_SOCKETS # import "OFStreamObserver.h" #endif #import "OFThread.h" @@ -28,10 +29,11 @@ # import "OFMutex.h" # import "OFCondition.h" #endif #import "OFSortedList.h" #import "OFTimer.h" +#import "OFTimer+Private.h" #import "OFDate.h" #import "autorelease.h" #import "macros.h"