Skip to content

Commit 889db8b

Browse files
committed
Cleanup namespaces
1 parent 0ce7961 commit 889db8b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/InEngine.Core/CommandExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
23
namespace InEngine.Core
34
{
45
public static class CommandExtensions

src/InEngine.Core/InEngineSettings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.IO;
4-
using InEngine.Core.Commands;
54
using InEngine.Core.IO;
65
using InEngine.Core.Queuing;
76
using Microsoft.Extensions.Configuration;

src/InEngine.Core/Scheduling/Schedule.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Collections.Specialized;
43
using System.Linq;
54
using System.Linq.Expressions;
65
using InEngine.Core.Commands;
76
using InEngine.Core.Exceptions;
87
using Quartz;
9-
using Quartz.Impl;
108
using Serialize.Linq.Extensions;
119

1210
namespace InEngine.Core.Scheduling

0 commit comments

Comments
 (0)