Skip to content

Commit

Permalink
namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxzor authored and Traderain committed Sep 13, 2020
1 parent cd1a2d3 commit 578b297
Show file tree
Hide file tree
Showing 143 changed files with 399 additions and 624 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ W3Edit.Render/Models/**
packages/**

#Ignore doxygen doc
docs/html/*
docs/doxygen_doc_html/*
docs/doxygen.warnings

#Local git wiki repository - preferred to not delve into git submodules/subtree horrors
Expand Down
5 changes: 1 addition & 4 deletions WolvenKit.CR2W/CR2WManager.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using RED.Reflection;
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using WolvenKit.Common.Services;
using WolvenKit.Common.Tools;
using WolvenKit.CR2W.Reflection;
Expand Down
6 changes: 1 addition & 5 deletions WolvenKit.CR2W/CR2WTypeManager.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using RED.Reflection;
using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
Expand Down
182 changes: 0 additions & 182 deletions WolvenKit.CR2W/REDReflection.cs

This file was deleted.

6 changes: 2 additions & 4 deletions WolvenKit.CR2W/Reflection/AssemblyDictionary.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using RED;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using WolvenKit.CR2W.Types;

namespace RED.Reflection
namespace WolvenKit.CR2W.Reflection
{
/// <summary>
/// Provides methods to get runtime types withtin the current assembly by name.
Expand Down
2 changes: 1 addition & 1 deletion WolvenKit.CR2W/Reflection/EnumExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using WolvenKit.CR2W.Types;

namespace RED.Reflection
namespace WolvenKit.CR2W.Reflection
{
public static class EnumExtensions
{
Expand Down
5 changes: 0 additions & 5 deletions WolvenKit.CR2W/Reflection/REDReflection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
using FastMember;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using RED.Reflection;
using WolvenKit.Common;
using WolvenKit.CR2W.Types;

namespace WolvenKit.CR2W.Reflection
Expand Down
Loading

0 comments on commit 578b297

Please sign in to comment.