move reflection stuff to .Internal namespace

This commit is contained in:
half-ogre
2013-10-08 15:16:27 -07:00
parent 6f3fa81789
commit b437060b7d
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using Octokit.Reflection;
namespace Octokit.Internal
{