Commit f47108d3 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Remove dead includes in folly/gen

Reviewed By: yfeldblum

Differential Revision: D18780743

fbshipit-source-id: 5b26163f5dabcb14fd9ad7b4d9489d3ca1f6df0d
parent 6472b9cb
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
using namespace folly::gen; using namespace folly::gen;
using folly::fbstring; using folly::fbstring;
using std::pair;
using std::set;
using std::tuple;
using std::vector; using std::vector;
static std::atomic<int> testSize(1000); static std::atomic<int> testSize(1000);
......
...@@ -1218,7 +1218,6 @@ TEST(Gen, DISABLED_GuardThroughBuffers) { ...@@ -1218,7 +1218,6 @@ TEST(Gen, DISABLED_GuardThroughBuffers) {
// clang-format on // clang-format on
} }
TEST(Gen, eachTryTo) { TEST(Gen, eachTryTo) {
using std::runtime_error;
// clang-format off // clang-format off
EXPECT_EQ( EXPECT_EQ(
4, 4,
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
using namespace folly::gen; using namespace folly::gen;
using namespace folly; using namespace folly;
using std::string;
using std::vector; using std::vector;
TEST(FileGen, ByLine) { TEST(FileGen, ByLine) {
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <folly/portability/GFlags.h> #include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
using namespace folly;
using namespace folly::gen; using namespace folly::gen;
TEST(Pmap, InfiniteEquivalent) { TEST(Pmap, InfiniteEquivalent) {
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <folly/portability/GFlags.h> #include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
using namespace folly;
using namespace folly::gen; using namespace folly::gen;
using std::vector; using std::vector;
......
...@@ -26,9 +26,6 @@ ...@@ -26,9 +26,6 @@
using namespace folly; using namespace folly;
using namespace folly::gen; using namespace folly::gen;
using std::pair;
using std::set;
using std::tuple;
using std::vector; using std::vector;
namespace { namespace {
......
...@@ -25,11 +25,8 @@ ...@@ -25,11 +25,8 @@
using namespace folly::gen; using namespace folly::gen;
using namespace folly; using namespace folly;
using std::make_tuple; using std::make_tuple;
using std::ostream;
using std::pair;
using std::string; using std::string;
using std::tuple; using std::tuple;
using std::unique_ptr;
using std::vector; using std::vector;
using vec = vector<string>; using vec = vector<string>;
......
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