Remove unused usings

This commit is contained in:
Yishai Galatzer 2014-03-28 18:16:01 -07:00
parent cd0528b1b2
commit ff5d919e0d
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Testing;
using Moq;
using Xunit;