diff --git a/XlsxReaderWriter/BRAOpenXmlSubElement.h b/XlsxReaderWriter/BRAOpenXmlSubElement.h index ab514cd..16edf4d 100644 --- a/XlsxReaderWriter/BRAOpenXmlSubElement.h +++ b/XlsxReaderWriter/BRAOpenXmlSubElement.h @@ -9,7 +9,7 @@ #import #import "NativeColor+HTML.h" #import "NativeFont+BoldItalic.h" -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" #import "NSDictionary+DeepCopy.h" #import "NSDictionary+OpenXmlString.h" #import "NSDictionary+OpenXMLDictionaryParser.h" diff --git a/XlsxReaderWriter/BRARelationship.h b/XlsxReaderWriter/BRARelationship.h index 56a82d5..b84a680 100644 --- a/XlsxReaderWriter/BRARelationship.h +++ b/XlsxReaderWriter/BRARelationship.h @@ -7,7 +7,7 @@ // #import -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" #import "NativeColor+OpenXML.h" #import "BRAElementWithRelationships.h" diff --git a/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h b/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h index ae65ff6..8be902d 100644 --- a/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h +++ b/XlsxReaderWriter/NSDictionary+OpenXMLDictionaryParser.h @@ -6,7 +6,7 @@ // Copyright (c) 2014 René Bigot. All rights reserved. // -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" @interface NSDictionary (OpenXmlDictionaryParser) diff --git a/XlsxReaderWriter/NSDictionary+OpenXmlString.h b/XlsxReaderWriter/NSDictionary+OpenXmlString.h index 941c06a..dad2f1a 100644 --- a/XlsxReaderWriter/NSDictionary+OpenXmlString.h +++ b/XlsxReaderWriter/NSDictionary+OpenXmlString.h @@ -7,7 +7,7 @@ // #import -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" @interface NSDictionary (OpenXmlString) diff --git a/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h b/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h index b2efe6d..2ff3eeb 100644 --- a/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h +++ b/XlsxReaderWriter/XlsxReaderWriter-swift-bridge.h @@ -10,7 +10,7 @@ #import "NativeFont+BoldItalic.h" #import "NativeColor+OpenXML.h" #import "NativeColor+HTML.h" -#import "XMLDictionary.h" +#import "XMLDictionary/XMLDictionary.h" #import "NSDictionary+OpenXmlString.h" #import "NSDictionary+OpenXMLDictionaryParser.h" #import "NSDictionary+DeepCopy.h"