aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2015-11-21 01:49:31 +0000
committerUbitUmarov2015-11-21 01:49:31 +0000
commit156fdd490870506979aaef96500d81812718177a (patch)
tree604e2088669312710f0e15381aee78d21d4e6022
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
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs2
-rw-r--r--OpenSim/Region/Framework/Interfaces/ITerrainModule.cs3
-rw-r--r--OpenSim/Services/Base/ServiceBase.cs1
3 files changed, 1 insertions, 5 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
diff --git a/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs b/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs
index 472e5a5d..b8c313a 100644
--- a/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs
@@ -24,9 +24,6 @@
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27using System.IO;
28
29using OpenSim.Framework;
30 27
31using System.IO; 28using System.IO;
32using OpenSim.Framework; 29using OpenSim.Framework;
diff --git a/OpenSim/Services/Base/ServiceBase.cs b/OpenSim/Services/Base/ServiceBase.cs
index c18226b..209a57a 100644
--- a/OpenSim/Services/Base/ServiceBase.cs
+++ b/OpenSim/Services/Base/ServiceBase.cs
@@ -28,7 +28,6 @@
28using System; 28using System;
29using System.IO; 29using System.IO;
30using System.Collections.Generic; 30using System.Collections.Generic;
31using System.IO;
32using System.Reflection; 31using System.Reflection;
33using log4net; 32using log4net;
34using Nini.Config; 33using Nini.Config;