Remove usings

This commit is contained in:
YishaiGalatzer 2014-09-30 19:26:02 -07:00
parent 0ddcd54988
commit 497274a404
1 changed files with 0 additions and 5 deletions

View File

@ -1,13 +1,8 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.HeaderValueAbstractions;
using Newtonsoft.Json;