removed superfluous usings.

This commit is contained in:
morkt 2015-08-23 07:31:47 +04:00
parent 5895886a8f
commit b926bff7f5

View File

@ -24,11 +24,8 @@
// //
using System.IO; using System.IO;
using System.Linq;
using System.Text;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel.Composition; using System.ComponentModel.Composition;
using GameRes.Formats.Strings;
using System; using System;
namespace GameRes.Formats.Riddle namespace GameRes.Formats.Riddle