remove unused using
Signed-off-by: Michael Friis <friism@gmail.com>
This commit is contained in:
parent
a03263b17d
commit
edb1ea8281
|
@ -6,7 +6,6 @@ namespace HttpSend
|
||||||
{
|
{
|
||||||
using System;
|
using System;
|
||||||
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations;
|
||||||
using System.Net;
|
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using System.Net.Mime;
|
using System.Net.Mime;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
Loading…
Reference in New Issue