From 497274a4041862995c44883bd716111a7313e76c Mon Sep 17 00:00:00 2001 From: YishaiGalatzer Date: Tue, 30 Sep 2014 19:26:02 -0700 Subject: [PATCH] Remove usings --- .../Formatters/JsonOutputFormatter.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/JsonOutputFormatter.cs b/src/Microsoft.AspNet.Mvc.Core/Formatters/JsonOutputFormatter.cs index c29fe2f3ef..94e59a9731 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Formatters/JsonOutputFormatter.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Formatters/JsonOutputFormatter.cs @@ -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;