Commit 4a7bb8ed authored by generatedunixname89002005287564's avatar generatedunixname89002005287564 Committed by Facebook Github Bot

Remove dead includes in folly/lang

Reviewed By: yfeldblum

Differential Revision: D18614792

fbshipit-source-id: 9b77ae8aba9153c9051dd5935cda807dfad4e6e2
parent d5cfc736
......@@ -26,7 +26,6 @@
#include <folly/Benchmark.h>
using namespace folly;
BENCHMARK(nextPowTwoClz, iters) {
for (unsigned long i = 0; i < iters; ++i) {
......
......@@ -17,7 +17,6 @@
#include <folly/lang/Launder.h>
#include <folly/portability/GTest.h>
using namespace ::testing;
using namespace folly;
TEST(LaunderTest, Basics) {
......
......@@ -21,7 +21,6 @@
#include <folly/Benchmark.h>
#include <folly/portability/GTest.h>
using namespace folly;
// clang-format off
[[noreturn]] void fail() {
......
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