Optimize using

This commit is contained in:
bao-qian
2016-01-06 06:45:08 +00:00
parent 1a8efdbf2c
commit f589bdc78d
20 changed files with 19 additions and 35 deletions

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
@@ -8,7 +7,6 @@ using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using Wox.Infrastructure;
using Stopwatch = Wox.Infrastructure.Stopwatch;
namespace Wox.ImageLoader
{