@@ -17,12 +17,10 @@ #include "config.h" #import "OFUnknownXMLEntityException.h" #import "OFString.h" -#import "common.h" - @implementation OFUnknownXMLEntityException + (instancetype)exceptionWithEntityName: (OFString*)entityName { return [[[self alloc] initWithEntityName: entityName] autorelease]; }