@@ -8,12 +8,12 @@ * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ #import "OFObject.h" -#import "OFArray.h" -#import "OFList.h" + +@class OFMutableArray; /** * The OFAutoreleasePool class is a class that keeps track of objects that will * be released when the autorelease pool is released. *