Organize usings and remove unused

This commit is contained in:
Haacked
2015-08-04 21:12:37 -07:00
parent 15ae4257fa
commit eb5d14cfdc
73 changed files with 68 additions and 155 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
using System;
#if !PORTABLE
using System.Collections.Concurrent;
#endif
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Linq;
using System.Reflection;
using Octokit.Internal;
#if !PORTABLE
using System.Collections.Concurrent;
#endif
namespace Octokit
{