@@ -21,11 +21,17 @@ #include #import "OFDataArray.h" #import "OFString.h" #import "OFFile.h" -#import "OFExceptions.h" + +#import "OFInvalidArgumentException.h" +#import "OFInvalidEncodingException.h" +#import "OFNotImplementedException.h" +#import "OFOutOfMemoryException.h" +#import "OFOutOfRangeException.h" + #import "base64.h" #import "macros.h" /* References for static linking */ void _references_to_categories_of_OFDataArray()