Client: c++
Patch: Diwaker Gupta
Removing unused include of TTransportUtils.
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1146901 13f79535-47bb-0310-9956-
ffa450edef68
if (gen_cob_style_) {
f_header_ <<
"#include <tr1/functional>" << endl <<
- // TODO(dreiss): Libify the base client so we don't have to include this.
- "#include <transport/TTransportUtils.h>" << endl <<
"namespace apache { namespace thrift { namespace async {" << endl <<
"class TAsyncChannel;" << endl <<
"}}}" << endl;