@@ -22,12 +22,10 @@ #define madvise(addr, len, advise) #endif #import "OFString.h" #import "OFAutoreleasePool.h" -#import "OFURLEncoding.h" -#import "OFXMLElement.h" #import "OFExceptions.h" #import "OFMacros.h" #import "asprintf.h" @@ -34,10 +32,11 @@ /* References for static linking */ void _references_to_categories_of_OFString() { _OFURLEncoding_reference = 1; _OFXMLElement_reference = 1; + _OFXMLParser_reference = 1; }; int of_string_check_utf8(const char *str, size_t len) {