Remove unnecessary imports

This commit is contained in:
Cinder
2021-12-09 14:23:33 -06:00
parent d8b115c1b0
commit e26ae695fe
172 changed files with 13 additions and 469 deletions

View File

@@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using OpenMetaverse;
using OpenMetaverse.Packets;
namespace OpenMetaverse.TestClient
{