diff options
* optimized usings.
Diffstat (limited to 'OpenSim/Region/CoreModules/Hypergrid/HGStandaloneAssetService.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Hypergrid/HGStandaloneAssetService.cs | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneAssetService.cs b/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneAssetService.cs index 13efe6b..095c837 100644 --- a/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneAssetService.cs +++ b/OpenSim/Region/CoreModules/Hypergrid/HGStandaloneAssetService.cs | |||
@@ -26,25 +26,19 @@ | |||
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | 28 | ||
29 | using System; | 29 | using System.Reflection; |
30 | using System.Collections.Generic; | 30 | using log4net; |
31 | using System.Net; | 31 | using Nini.Config; |
32 | using System.Reflection; | 32 | using OpenMetaverse; |
33 | 33 | using OpenSim.Data; | |
34 | using log4net; | 34 | using OpenSim.Framework; |
35 | using Nini.Config; | 35 | using OpenSim.Framework.Communications; |
36 | 36 | using OpenSim.Framework.Communications.Cache; | |
37 | using OpenMetaverse; | 37 | using OpenSim.Framework.Servers; |
38 | 38 | using OpenSim.Grid.AssetServer; | |
39 | using OpenSim.Framework; | 39 | using OpenSim.Region.Framework.Interfaces; |
40 | using OpenSim.Framework.Communications; | 40 | using OpenSim.Region.Framework.Scenes; |
41 | using OpenSim.Framework.Communications.Cache; | 41 | |
42 | using OpenSim.Framework.Servers; | ||
43 | using OpenSim.Region.Framework.Interfaces; | ||
44 | using OpenSim.Region.Framework.Scenes; | ||
45 | using OpenSim.Grid.AssetServer; | ||
46 | using OpenSim.Data; | ||
47 | |||
48 | namespace OpenSim.Region.CoreModules.Hypergrid | 42 | namespace OpenSim.Region.CoreModules.Hypergrid |
49 | { | 43 | { |
50 | public class HGStandaloneAssetService : IRegionModule | 44 | public class HGStandaloneAssetService : IRegionModule |