commit | 6df4d34447e183570765550639e97666c273b203 | [log] [tgz] |
---|---|---|
author | Jake Farrell <jfarrell@apache.org> | Thu Aug 25 22:02:38 2011 +0000 |
committer | Jake Farrell <jfarrell@apache.org> | Thu Aug 25 22:02:38 2011 +0000 |
tree | f9f0279b34065f65ce06b9c5dd0b2d0bf576668e | |
parent | e04159c52b31bb263cb0bb37895854bb3905d0ce [diff] |
Thrift-1295: Duplicate include in TSocket.cpp Client: cpp Patch: Diwaker Gupta TSocket.cpp includes netdb.in which is already included by TSocket.h. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161775 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/transport/TSocket.cpp b/lib/cpp/src/transport/TSocket.cpp index 7b1d356..2f5a0b0 100644 --- a/lib/cpp/src/transport/TSocket.cpp +++ b/lib/cpp/src/transport/TSocket.cpp
@@ -27,7 +27,6 @@ #include <arpa/inet.h> #include <netinet/in.h> #include <netinet/tcp.h> -#include <netdb.h> #include <unistd.h> #include <errno.h> #include <fcntl.h>