Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9659d4d
)
THRIFT-1231: Remove bogus include
author
Jake Farrell
<jfarrell@apache.org>
Fri, 8 Jul 2011 17:32:44 +0000
(17:32 +0000)
committer
Jake 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
patch
|
blob
|
history
diff --git
a/lib/cpp/src/async/TAsyncChannel.h
b/lib/cpp/src/async/TAsyncChannel.h
index
75629ee
..
72aa4e0
100644
(file)
--- 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;