aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ProtoGen.Test/DependencyResolutionTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProtoGen.Test/DependencyResolutionTest.cs')
-rw-r--r--src/ProtoGen.Test/DependencyResolutionTest.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ProtoGen.Test/DependencyResolutionTest.cs b/src/ProtoGen.Test/DependencyResolutionTest.cs
index d9fca15e..afe9c81a 100644
--- a/src/ProtoGen.Test/DependencyResolutionTest.cs
+++ b/src/ProtoGen.Test/DependencyResolutionTest.cs
@@ -1,10 +1,7 @@
-using System;
using System.Collections.Generic;
-using System.Text;
+using Google.ProtocolBuffers.DescriptorProtos;
using Google.ProtocolBuffers.Descriptors;
using NUnit.Framework;
-using Google.ProtocolBuffers.DescriptorProtos;
-using Google.ProtocolBuffers.ProtoGen;
namespace Google.ProtocolBuffers.ProtoGen {
/// <summary>