diff --git a/DICUI.Library/Web/RedumpWebClient.cs b/DICUI.Library/Web/RedumpWebClient.cs index bebcbc93..326f8ba4 100644 --- a/DICUI.Library/Web/RedumpWebClient.cs +++ b/DICUI.Library/Web/RedumpWebClient.cs @@ -6,7 +6,6 @@ using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Threading; -using DICUI.Data; using DICUI.Utilities; namespace DICUI.Web diff --git a/DICUI.Library/Data/SubmissionInfo.cs b/DICUI.Library/Web/SubmissionInfo.cs similarity index 99% rename from DICUI.Library/Data/SubmissionInfo.cs rename to DICUI.Library/Web/SubmissionInfo.cs index 40d6337a..d64fbca7 100644 --- a/DICUI.Library/Data/SubmissionInfo.cs +++ b/DICUI.Library/Web/SubmissionInfo.cs @@ -1,11 +1,11 @@ using System; using System.Collections.Generic; +using DICUI.Data; using DICUI.Utilities; -using DICUI.Web; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; -namespace DICUI.Data +namespace DICUI.Web { public class SubmissionInfo {