cleanup of useless usings

This commit is contained in:
Master Kwoth
2015-12-06 12:45:41 +01:00
parent 495b7437c9
commit b393a5932f
5 changed files with 1 additions and 17 deletions

View File

@ -1,11 +1,8 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NadekoBot
{