diff options
Diffstat (limited to 'OpenSim/Region/Application/ConfigurationLoader.cs')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 3492a19..228c0aa 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -26,18 +26,13 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | ||
30 | using System.Text; | ||
31 | using System.Xml; | ||
32 | using System.Threading; | ||
33 | using System.IO; | 29 | using System.IO; |
34 | using OpenSim.Framework; | ||
35 | using Nini; | ||
36 | using Nini.Config; | ||
37 | |||
38 | using System.Reflection; | 30 | using System.Reflection; |
31 | using System.Threading; | ||
32 | using System.Xml; | ||
39 | using log4net; | 33 | using log4net; |
40 | 34 | using Nini.Config; | |
35 | using OpenSim.Framework; | ||
41 | 36 | ||
42 | namespace OpenSim | 37 | namespace OpenSim |
43 | { | 38 | { |