remove unneccessary dependencies, make SendTo less spammy

This commit is contained in:
Matthias Mailänder
2012-05-23 08:22:31 +02:00
committed by Chris Forbes
parent aa36a56b27
commit dc6b286d25
2 changed files with 0 additions and 4 deletions

View File

@@ -13,13 +13,11 @@ using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Net;
using System.Net.Sockets;
using System.Net.NetworkInformation;
using UPnP;
using System.Threading;
using System.Xml;
using OpenRA.FileFormats;
using OpenRA.GameRules;
using OpenRA.Network;