From 2bb950e4da45771924d914f18432dc9c4ad1d3b4 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 6 May 2019 13:05:58 +0100 Subject: [PATCH] unused directive --- src/Yavsc/Controllers/HomeController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Yavsc/Controllers/HomeController.cs b/src/Yavsc/Controllers/HomeController.cs index b7401c29..41cac1eb 100644 --- a/src/Yavsc/Controllers/HomeController.cs +++ b/src/Yavsc/Controllers/HomeController.cs @@ -5,6 +5,7 @@ using Microsoft.AspNet.Diagnostics; using Microsoft.AspNet.Authorization; using Microsoft.AspNet.Hosting; using Microsoft.AspNet.Identity; +using Microsoft.AspNet.Builder; using System.Linq; using System.Security.Claims; using Microsoft.Data.Entity;