aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index ca48814..d5305cc 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -28,7 +28,6 @@
28using System; 28using System;
29using System.Collections; 29using System.Collections;
30using System.Collections.Generic; 30using System.Collections.Generic;
31using System.IO;
32using System.Net; 31using System.Net;
33using System.Net.Sockets; 32using System.Net.Sockets;
34using System.Reflection; 33using System.Reflection;
@@ -36,11 +35,9 @@ using System.Runtime.Remoting;
36using System.Runtime.Remoting.Channels; 35using System.Runtime.Remoting.Channels;
37using System.Runtime.Remoting.Channels.Tcp; 36using System.Runtime.Remoting.Channels.Tcp;
38using System.Security.Authentication; 37using System.Security.Authentication;
39using System.Threading;
40using OpenMetaverse;
41using log4net; 38using log4net;
42using Nini.Config;
43using Nwc.XmlRpc; 39using Nwc.XmlRpc;
40using OpenMetaverse;
44using OpenSim.Framework; 41using OpenSim.Framework;
45using OpenSim.Framework.Communications; 42using OpenSim.Framework.Communications;
46using OpenSim.Framework.Servers; 43using OpenSim.Framework.Servers;