@@ -13,11 +13,12 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFSeekableStream.h" -#import "OFExceptions.h" + +#import "OFNotImplementedException.h" @implementation OFSeekableStream - (void)_seekToOffset: (off_t)offset { @throw [OFNotImplementedException newWithClass: isa