@@ -15,12 +15,10 @@ #include "config.h" #include -#include - #import "OFTimer.h" #import "OFTimer+Private.h" #import "OFDate.h" #import "OFRunLoop.h" #import "OFRunLoop+Private.h" @@ -485,12 +483,12 @@ { /* * The run loop references the timer, so it should never be deallocated * if it is still in a run loop. */ - assert(_inRunLoop == nil); - assert(_inRunLoopMode == nil); + OFAssert(_inRunLoop == nil); + OFAssert(_inRunLoopMode == nil); [_fireDate release]; [_target release]; [_object1 release]; [_object2 release];