diff options
Diffstat (limited to 'OpenSim/Grid/InventoryServer/GridInventoryService.cs')
-rw-r--r-- | OpenSim/Grid/InventoryServer/GridInventoryService.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Grid/InventoryServer/GridInventoryService.cs b/OpenSim/Grid/InventoryServer/GridInventoryService.cs index 78d9f65..16d8154 100644 --- a/OpenSim/Grid/InventoryServer/GridInventoryService.cs +++ b/OpenSim/Grid/InventoryServer/GridInventoryService.cs | |||
@@ -28,14 +28,11 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.Collections; | 29 | using System.Collections; |
30 | using System.Collections.Generic; | 30 | using System.Collections.Generic; |
31 | using System.Reflection; | ||
32 | using System.Threading; | ||
33 | using System.Net; | 31 | using System.Net; |
34 | 32 | using System.Reflection; | |
35 | using OpenMetaverse; | ||
36 | using log4net; | 33 | using log4net; |
37 | using Nwc.XmlRpc; | 34 | using Nwc.XmlRpc; |
38 | 35 | using OpenMetaverse; | |
39 | using OpenSim.Framework; | 36 | using OpenSim.Framework; |
40 | using OpenSim.Framework.Communications; | 37 | using OpenSim.Framework.Communications; |
41 | using OpenSim.Framework.Communications.Cache; | 38 | using OpenSim.Framework.Communications.Cache; |