@@ -14,19 +14,19 @@ * file. */ #import "OFObject.h" #import "OFStream.h" -#import "OFStreamObserver.h" #import "OFTCPSocket.h" @class OFSortedList; #ifdef OF_HAVE_THREADS @class OFMutex; #endif @class OFTimer; @class OFMutableDictionary; +@class OFStreamObserver; /*! * @brief A class providing a run loop for the application and its processes. */ @interface OFRunLoop: OFObject