diff --git a/src/Castle.Core/Components.DictionaryAdapter/IDictionaryAdapterFactory.cs b/src/Castle.Core/Components.DictionaryAdapter/IDictionaryAdapterFactory.cs index f7f8d8d655..bf6a71527f 100644 --- a/src/Castle.Core/Components.DictionaryAdapter/IDictionaryAdapterFactory.cs +++ b/src/Castle.Core/Components.DictionaryAdapter/IDictionaryAdapterFactory.cs @@ -17,10 +17,7 @@ namespace Castle.Components.DictionaryAdapter { using System; using System.Collections; -#if FEATURE_DICTIONARYADAPTER_XML using System.Collections.Specialized; - using System.Xml.XPath; -#endif /// /// Defines the contract for building typed dictionary adapters. @@ -61,7 +58,6 @@ public interface IDictionaryAdapterFactory /// object GetAdapter(Type type, IDictionary dictionary, PropertyDescriptor descriptor); -#if FEATURE_DICTIONARYADAPTER_XML /// /// Gets a typed adapter bound to the . /// @@ -84,6 +80,7 @@ public interface IDictionaryAdapterFactory /// object GetAdapter(Type type, NameValueCollection nameValues); +#if FEATURE_DICTIONARYADAPTER_XML /// /// Gets a typed adapter bound to the . ///