@@ -7,22 +7,20 @@ * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ -#include - #include -#import "OFStream.h" +#import "OFSeekableStream.h" @class OFString; /** * \brief A class which provides functions to read, write and manipulate files. */ -@interface OFFile: OFStream +@interface OFFile: OFSeekableStream { int fd; BOOL closable; BOOL eos; }