Cleanup: Remove unused "using"

This commit is contained in:
2015-05-24 23:11:49 +02:00
parent a8e1dc20c7
commit 45180d5b2f
9 changed files with 4 additions and 27 deletions

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Scrummer.Code.Controls

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Scrummer.Code.Pages;

View File

@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
namespace Scrummer.Code.JSON
{

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Scrummer.Code.JSON
{

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web;
using Scrummer.Code.JSON;
namespace Scrummer.Code.Pages

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web;
namespace Scrummer.Code
{

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web;
namespace Scrummer.Code
{

View File

@@ -4,7 +4,6 @@ using System.IO;
using System.Reflection;
using System.Web;
using Scrummer.Code;
using Scrummer.Code.JSON;
namespace Scrummer
{