aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Http
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Models/Http')
-rw-r--r--Timeline/Models/Http/UserController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Models/Http/UserController.cs b/Timeline/Models/Http/UserController.cs
index e4c95cbd..5ee02a95 100644
--- a/Timeline/Models/Http/UserController.cs
+++ b/Timeline/Models/Http/UserController.cs
@@ -1,7 +1,6 @@
using AutoMapper;
using System.ComponentModel.DataAnnotations;
using Timeline.Models.Validation;
-using Timeline.Services;
namespace Timeline.Models.Http
{