Changing reflection namespace (part 4)
Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
This commit is contained in:
parent
9c888fa3a2
commit
1660c5631e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user