Skip to content

Commit 42502d0

Browse files
committed
Remove unnecessary usings
1 parent 254d348 commit 42502d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jQueryFileUpload/Upload.ashx.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
using System;
21
using System.Collections.Generic;
3-
using System.Linq;
2+
using System.IO;
43
using System.Web;
54
using System.Web.Script.Serialization;
6-
using System.IO;
75

86
namespace WebInterface.General.Handlers
97
{

0 commit comments

Comments
 (0)