diff --git a/src/Core/InputInterpreter.cs b/src/Core/InputInterpreter.cs index 14b6a4a..448862a 100644 --- a/src/Core/InputInterpreter.cs +++ b/src/Core/InputInterpreter.cs @@ -1,11 +1,10 @@ using System.Runtime.CompilerServices; using System.Text; using System.IO; +using GeneratedInterpreter = global::CSMic.Interpreter; namespace CSMic { - using GeneratedInterpreter = global::CSMic.Interpreter; - /// The interpreter that parses user input at runtime into strongly typed .Net values. public class InputInterpreter {