Update copyright notices and using statements

This commit is contained in:
Katy Coe
2017-11-07 05:41:32 +01:00
parent 521f82ed4d
commit 5890b0a1c1
14 changed files with 51 additions and 22 deletions

View File

@@ -4,7 +4,6 @@
All rights reserved.
*/
using System;
using NoisyCowStudios.Bin2Object;
namespace Il2CppInspector

View File

@@ -4,9 +4,6 @@
All rights reserved.
*/
using System;
using NoisyCowStudios.Bin2Object;
namespace Il2CppInspector
{
#pragma warning disable CS0649

View File

@@ -4,7 +4,6 @@
All rights reserved.
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

View File

@@ -4,10 +4,7 @@
All rights reserved.
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using NoisyCowStudios.Bin2Object;
namespace Il2CppInspector