Skip to content

Commit

Permalink
Changing reflection namespace (part 4)
Browse files Browse the repository at this point in the history
Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
  • Loading branch information
jskeet committed Jul 14, 2015
1 parent 9c888fa commit 1660c56
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion csharp/src/ProtocolBuffers/Reflection/EnumDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#endregion

using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;

namespace Google.Protobuf.Reflection
{
Expand Down
2 changes: 0 additions & 2 deletions csharp/src/ProtocolBuffers/Reflection/EnumValueDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#endregion

using System;
using Google.Protobuf.DescriptorProtos;

namespace Google.Protobuf.Reflection
{
Expand Down
2 changes: 0 additions & 2 deletions csharp/src/ProtocolBuffers/Reflection/FileDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
1 change: 0 additions & 1 deletion csharp/src/ProtocolBuffers/Reflection/MessageDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

using System;
using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;

namespace Google.Protobuf.Reflection
{
Expand Down
2 changes: 0 additions & 2 deletions csharp/src/ProtocolBuffers/Reflection/MethodDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion csharp/src/ProtocolBuffers/Reflection/OneofDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

using System.Collections.Generic;
using System.Collections.ObjectModel;
using Google.Protobuf.DescriptorProtos;

namespace Google.Protobuf.Reflection
{
Expand Down
1 change: 0 additions & 1 deletion csharp/src/ProtocolBuffers/Reflection/ServiceDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

using System;
using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;

namespace Google.Protobuf.Reflection
{
Expand Down

0 comments on commit 1660c56

Please sign in to comment.