diff --git a/EDDNResponder/Toolkit/LocationAugmenter.cs b/EDDNResponder/Toolkit/LocationAugmenter.cs index b2dac33046..c8d4802788 100644 --- a/EDDNResponder/Toolkit/LocationAugmenter.cs +++ b/EDDNResponder/Toolkit/LocationAugmenter.cs @@ -1,7 +1,6 @@ using EddiCore; using EddiDataDefinitions; using EddiDataProviderService; -using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text.RegularExpressions; diff --git a/Utilities/TelemetryService/Telemetry.cs b/Utilities/TelemetryService/Telemetry.cs index 9c00777f70..00b809a538 100644 --- a/Utilities/TelemetryService/Telemetry.cs +++ b/Utilities/TelemetryService/Telemetry.cs @@ -1,10 +1,10 @@ -using Rollbar.DTOs; -using Rollbar; +using Rollbar; +using Rollbar.DTOs; using System; +using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; -using System.Collections.Generic; namespace Utilities.TelemetryService {