aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorUbitUmarov2015-11-21 01:49:31 +0000
committerUbitUmarov2015-11-21 01:49:31 +0000
commit156fdd490870506979aaef96500d81812718177a (patch)
tree604e2088669312710f0e15381aee78d21d4e6022 /OpenSim/Region/ClientStack/Linden
parent remove some compile warnings increasing total number by 2 (diff)
downloadopensim-SC_OLD-156fdd490870506979aaef96500d81812718177a.zip
opensim-SC_OLD-156fdd490870506979aaef96500d81812718177a.tar.gz
opensim-SC_OLD-156fdd490870506979aaef96500d81812718177a.tar.bz2
opensim-SC_OLD-156fdd490870506979aaef96500d81812718177a.tar.xz
remove some duplicate using statements
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
index 1a19c1b..61f4cd0 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs
@@ -44,7 +44,7 @@ using OpenSim.Services.Interfaces;
44using Caps = OpenSim.Framework.Capabilities.Caps; 44using Caps = OpenSim.Framework.Capabilities.Caps;
45using OpenSim.Capabilities.Handlers; 45using OpenSim.Capabilities.Handlers;
46using OpenSim.Framework.Monitoring; 46using OpenSim.Framework.Monitoring;
47using OpenMetaverse; 47
48using OpenMetaverse.StructuredData; 48using OpenMetaverse.StructuredData;
49 49
50namespace OpenSim.Region.ClientStack.Linden 50namespace OpenSim.Region.ClientStack.Linden