@@ -14,11 +14,10 @@ */ #include "config.h" #include -#include #import "OFList.h" #import "OFString.h" #import "OFXMLElement.h" #import "OFArray.h" @@ -254,11 +253,11 @@ iter = iter->next, iter2 = iter2->next) if (![iter->object isEqual: iter2->object]) return false; /* One is bigger than the other even though we checked the count */ - assert(iter == NULL && iter2 == NULL); + OFAssert(iter == NULL && iter2 == NULL); return true; } - (bool)containsObject: (id)object