Organize usings

This commit is contained in:
John Lewin 2017-08-20 15:52:43 -07:00
parent f7b7406b39
commit c6a534717d
23 changed files with 45 additions and 110 deletions

View file

@ -1,8 +1,4 @@
using MatterHackers.Agg.PlatformAbstract;
using MatterHackers.Agg.UI.Tests;
using MatterHackers.GuiAutomation;
using MatterHackers.MatterControl;
#if !__ANDROID__
#if !__ANDROID__
using MatterHackers.MatterControl.Tests.Automation;
#endif
using NUnit.Framework;
@ -12,7 +8,6 @@ using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Xml.Linq;
using System.Threading.Tasks;
using System.Threading;