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 75629ee..72aa4e0 100644
--- a/lib/cpp/src/async/TAsyncChannel.h
+++ b/lib/cpp/src/async/TAsyncChannel.h
@@ -22,7 +22,6 @@
 
 #include <tr1/functional>
 #include <Thrift.h>
-#include <transport/TTransportUtils.h>
 
 namespace apache { namespace thrift { namespace transport {
 class TMemoryBuffer;