Commit 385acc50 authored by generatedunixname89002005287564's avatar generatedunixname89002005287564 Committed by Facebook Github Bot

Remove dead includes in folly/container

Reviewed By: yfeldblum

Differential Revision: D18449687

fbshipit-source-id: 6d630cef35132abb157e80d02ad2b6dee7268fce
parent cd30e62e
......@@ -25,7 +25,6 @@
#include <folly/portability/GTest.h>
using namespace folly;
using namespace folly::bititerator_detail;
namespace {
......
......@@ -300,7 +300,6 @@ TEST(F14Map, equalityRefinement) {
#include <typeinfo>
#include <unordered_map>
#include <folly/Range.h>
#include <folly/hash/Hash.h>
using namespace folly;
......
......@@ -292,7 +292,6 @@ TEST(F14Set, equalityRefinement) {
#include <string>
#include <unordered_set>
#include <folly/Range.h>
using namespace folly;
using namespace folly::f14;
......
......@@ -24,7 +24,6 @@
#include <folly/init/Init.h>
using namespace folly;
using namespace folly::detail;
// Benchmarks:
// 1. Benchmark iterating through the man with FOR_EACH, and also assign
......
......@@ -28,7 +28,6 @@
#include <folly/portability/GTest.h>
using namespace folly;
using namespace folly::detail;
namespace folly {
namespace test {
......
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