Reorganize the stats directory
[folly.git] / folly / test / MemoryIdlerTest.cpp
index bcf3fd6ccdd4f0d8fd2b343464f94ecc67ecba08..775d0428dcfa90dda8e26766f7ed8dd39325e08f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 #include <folly/detail/MemoryIdler.h>
 
 #include <folly/Baton.h>
-#include <folly/portability/Windows.h>
+#include <folly/portability/GMock.h>
+#include <folly/portability/GTest.h>
 
 #include <memory>
 #include <thread>
-#include <assert.h>
-#include <semaphore.h>
-
-#include <gmock/gmock.h>
-#include <gtest/gtest.h>
 
 using namespace folly;
 using namespace folly::detail;