Commit 1660c563 authored by Jon Skeet's avatar Jon Skeet

Changing reflection namespace (part 4)

Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
parent 9c888fa3
......@@ -31,7 +31,6 @@
#endregion
using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
......
......@@ -30,8 +30,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endregion
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
/// <summary>
......
......@@ -31,7 +31,6 @@
#endregion
using System;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
......
......@@ -33,8 +33,6 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Google.Protobuf.DescriptorProtos;
using FileOptions = Google.Protobuf.DescriptorProtos.FileOptions;
namespace Google.Protobuf.Reflection
{
......
......@@ -32,7 +32,6 @@
using System;
using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
......
......@@ -30,8 +30,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endregion
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
/// <summary>
......
......@@ -32,7 +32,6 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
......
......@@ -32,7 +32,6 @@
using System;
using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment