Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 497274a

Browse files
author
YishaiGalatzer
committed
Remove usings
1 parent 0ddcd54 commit 497274a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Microsoft.AspNet.Mvc.Core/Formatters/JsonOutputFormatter.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using System;
54
using System.IO;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading;
95
using System.Threading.Tasks;
10-
using Microsoft.AspNet.Http;
116
using Microsoft.AspNet.Mvc.HeaderValueAbstractions;
127
using Newtonsoft.Json;
138

0 commit comments

Comments
 (0)