From a2d685815fd8775c1996d1bb6040c98b9607f3b7 Mon Sep 17 00:00:00 2001 From: AT <14300910+theClueless@users.noreply.github.com> Date: Fri, 6 Dec 2019 22:36:00 +0200 Subject: [PATCH] updated --- Wox/Storage/TopMostRecord.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Wox/Storage/TopMostRecord.cs b/Wox/Storage/TopMostRecord.cs index 38cfbab8e0..5f940f2184 100644 --- a/Wox/Storage/TopMostRecord.cs +++ b/Wox/Storage/TopMostRecord.cs @@ -1,8 +1,6 @@ using System.Collections.Generic; using System.Linq; -using System.Runtime.InteropServices; using Newtonsoft.Json; -using Wox.Infrastructure.Storage; using Wox.Plugin; namespace Wox.Storage