From: Jake Farrell Date: Fri, 8 Jul 2011 17:32:44 +0000 (+0000) Subject: THRIFT-1231: Remove bogus include X-Git-Tag: 0.7.0~36 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=fd39193aa00d2098184b452bd955bd60ae39f86d;p=common%2Fthrift.git THRIFT-1231: Remove bogus include Client: c++ Patch: Diwaker Gupta Removing unused import TTransportUtils.h from TAsyncChannel.h. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1144395 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/src/async/TAsyncChannel.h b/lib/cpp/src/async/TAsyncChannel.h index 75629eed..72aa4e03 100644 --- a/lib/cpp/src/async/TAsyncChannel.h +++ b/lib/cpp/src/async/TAsyncChannel.h @@ -22,7 +22,6 @@ #include #include -#include namespace apache { namespace thrift { namespace transport { class TMemoryBuffer;