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

Remove dead includes in folly/stats

Reviewed By: yfeldblum

Differential Revision: D19328769

fbshipit-source-id: 5d929eaa3bf4e2d0a63b8f1d95a613fee68525b4
parent 0923f2bd
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <folly/Random.h> #include <folly/Random.h>
#include <folly/stats/detail/DoubleRadixSort.h> #include <folly/stats/detail/DoubleRadixSort.h>
using namespace folly;
using namespace folly::detail; using namespace folly::detail;
TEST(DoubleRadixSort, Basic) { TEST(DoubleRadixSort, Basic) {
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
using namespace folly;
using namespace folly::detail; using namespace folly::detail;
class SlidingWindowTest : public ::testing::Test { class SlidingWindowTest : public ::testing::Test {
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
using namespace std;
using namespace folly; using namespace folly;
using std::chrono::seconds; using std::chrono::seconds;
......
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