@@ -8,12 +8,13 @@ * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ #import "OFObject.h" -#import "OFString.h" #import "OFFile.h" + +@class OFString; /** * An exception indicating an object could not be allocated. * * This exception is preallocated, as if there's no memory, no exception can