summaryrefslogtreecommitdiffstats
path: root/win/C#/interop/Model/EncodeJob.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/interop/Model/EncodeJob.cs')
-rw-r--r--win/C#/interop/Model/EncodeJob.cs12
1 files changed, 5 insertions, 7 deletions
diff --git a/win/C#/interop/Model/EncodeJob.cs b/win/C#/interop/Model/EncodeJob.cs
index 53058a921..54f8ec194 100644
--- a/win/C#/interop/Model/EncodeJob.cs
+++ b/win/C#/interop/Model/EncodeJob.cs
@@ -1,11 +1,9 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Xml.Serialization;
-
-namespace HandBrake.Interop
+namespace HandBrake.Interop.Model
{
+ using System;
+ using System.Collections.Generic;
+ using System.Xml.Serialization;
+
public class EncodeJob
{
public SourceType SourceType { get; set; }