From a3767341157a34f595b9cf4b315cc756ce338023 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 16 Jan 2009 18:06:56 +0000 Subject: Changed benchmark namespace and fixed enum issue --- src/ProtoDump/Program.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/ProtoDump/Program.cs') diff --git a/src/ProtoDump/Program.cs b/src/ProtoDump/Program.cs index 0c66c930..3558bc73 100644 --- a/src/ProtoDump/Program.cs +++ b/src/ProtoDump/Program.cs @@ -1,9 +1,8 @@ using System; using System.IO; -using System.Reflection; -using Google.ProtocolBuffers; -namespace ProtoDump { +namespace Google.ProtocolBuffers.ProtoDump +{ /// /// Small utility to load a binary message and dump it in text form /// @@ -40,4 +39,4 @@ namespace ProtoDump { } } } -} +} \ No newline at end of file -- cgit v1.2.3