THRIFT-1231: Remove bogus include
authorJake Farrell <jfarrell@apache.org>
Fri, 8 Jul 2011 17:32:44 +0000 (17:32 +0000)
committerJake Farrell <jfarrell@apache.org>
Fri, 8 Jul 2011 17:32:44 +0000 (17:32 +0000)
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

lib/cpp/src/async/TAsyncChannel.h

index 75629ee..72aa4e0 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <tr1/functional>
 #include <Thrift.h>
-#include <transport/TTransportUtils.h>
 
 namespace apache { namespace thrift { namespace transport {
 class TMemoryBuffer;