Commit 2fd1e607 authored by Lee Howes's avatar Lee Howes Committed by Facebook GitHub Bot

Remove dead includes in folly/io

Reviewed By: yfeldblum

Differential Revision: D27461546

fbshipit-source-id: 500ecd312b0b0ba15db7f373a3b6c7d633802846
parent 6f1d51be
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <folly/portability/OpenSSL.h> #include <folly/portability/OpenSSL.h>
#include <folly/ssl/OpenSSLPtrTypes.h> #include <folly/ssl/OpenSSLPtrTypes.h>
using namespace ::testing;
using namespace folly::ssl; using namespace folly::ssl;
namespace folly { namespace folly {
......
...@@ -53,10 +53,6 @@ ...@@ -53,10 +53,6 @@
#include <openssl/async.h> #include <openssl/async.h>
#endif #endif
#ifdef FOLLY_HAVE_MSG_ERRQUEUE
#include <sys/utsname.h>
#endif
using std::cerr; using std::cerr;
using std::endl; using std::endl;
using std::string; using std::string;
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
using folly::ByteRange; using folly::ByteRange;
using folly::format;
using folly::IOBuf; using folly::IOBuf;
using folly::StringPiece; using folly::StringPiece;
using std::unique_ptr; using std::unique_ptr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment