Removed redundant using statements

This commit is contained in:
2019-07-19 13:13:15 +01:00
parent 2ce8c4e123
commit c1cae2b0c4
18 changed files with 1 additions and 40 deletions
@@ -1,5 +1,4 @@
using System;
using System.Diagnostics.Eventing.Reader;
using ASCOM;
using ASCOM.Astrometry.AstroUtils;
using ASCOM.DeviceInterface;
@@ -10,7 +9,6 @@ using ASCOM.Utilities.Interfaces;
using Moq;
using NUnit.Framework;
using InvalidOperationException = ASCOM.InvalidOperationException;
using NotImplementedException = ASCOM.NotImplementedException;
namespace Meade.net.Telescope.UnitTests
{