@@ -18,12 +18,10 @@ #import "OFUnboundNamespaceException.h" #import "OFString.h" #import "OFXMLElement.h" -#import "common.h" - @implementation OFUnboundNamespaceException + (instancetype)exceptionWithNamespace: (OFString*)namespace element: (OFXMLElement*)element { return [[[self alloc] initWithNamespace: namespace