You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2011/07/08 19:32:45 UTC

svn commit: r1144395 - /thrift/trunk/lib/cpp/src/async/TAsyncChannel.h

Author: jfarrell
Date: Fri Jul  8 17:32:44 2011
New Revision: 1144395

URL: http://svn.apache.org/viewvc?rev=1144395&view=rev
Log:
THRIFT-1231: Remove bogus include
Client: c++
Patch: Diwaker Gupta

Removing unused import TTransportUtils.h from TAsyncChannel.h.


Modified:
    thrift/trunk/lib/cpp/src/async/TAsyncChannel.h

Modified: thrift/trunk/lib/cpp/src/async/TAsyncChannel.h
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/async/TAsyncChannel.h?rev=1144395&r1=1144394&r2=1144395&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/async/TAsyncChannel.h (original)
+++ thrift/trunk/lib/cpp/src/async/TAsyncChannel.h Fri Jul  8 17:32:44 2011
@@ -22,7 +22,6 @@
 
 #include <tr1/functional>
 #include <Thrift.h>
-#include <transport/TTransportUtils.h>
 
 namespace apache { namespace thrift { namespace transport {
 class TMemoryBuffer;