diff --git a/src/ui/windows/TogglDesktop/TogglDesktop/ui/views/OverlayView.xaml.cs b/src/ui/windows/TogglDesktop/TogglDesktop/ui/views/OverlayView.xaml.cs index 303977026b..eb2592fff4 100644 --- a/src/ui/windows/TogglDesktop/TogglDesktop/ui/views/OverlayView.xaml.cs +++ b/src/ui/windows/TogglDesktop/TogglDesktop/ui/views/OverlayView.xaml.cs @@ -2,17 +2,13 @@ using System.Collections.Generic; using System.Linq; using System.Text; +using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; -using System; -using System.Threading; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Input; using System.Windows.Media.Animation; using Google.Apis.Auth.OAuth2; using Google.Apis.Oauth2.v2;