From fd39193aa00d2098184b452bd955bd60ae39f86d Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Fri, 8 Jul 2011 17:32:44 +0000 Subject: [PATCH] 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 --- lib/cpp/src/async/TAsyncChannel.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.17.1