diff options
* optimized usings.
Diffstat (limited to 'OpenSim/Framework/Communications/XMPP/XmppSerializer.cs')
-rw-r--r-- | OpenSim/Framework/Communications/XMPP/XmppSerializer.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/XMPP/XmppSerializer.cs b/OpenSim/Framework/Communications/XMPP/XmppSerializer.cs index eb9dabe..888686b 100644 --- a/OpenSim/Framework/Communications/XMPP/XmppSerializer.cs +++ b/OpenSim/Framework/Communications/XMPP/XmppSerializer.cs | |||
@@ -27,12 +27,8 @@ | |||
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using System.IO; | ||
31 | using System.Reflection; | ||
32 | using System.Text; | ||
33 | using System.Xml; | 30 | using System.Xml; |
34 | using System.Xml.Serialization; | 31 | using System.Xml.Serialization; |
35 | using log4net; | ||
36 | 32 | ||
37 | namespace OpenSim.Framework.Communications.XMPP | 33 | namespace OpenSim.Framework.Communications.XMPP |
38 | { | 34 | { |