Reorganize the stats directory
[folly.git] / folly / test / MemoryIdlerTest.cpp
index 74e377a8578b0ee81186a1c9276c03ce2aae1b9f..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/Baton.h>
 #include <folly/portability/GMock.h>
 #include <folly/portability/GTest.h>
-#include <folly/portability/Windows.h>
 
 #include <memory>
 #include <thread>
-#include <assert.h>
-#include <semaphore.h>
 
 using namespace folly;
 using namespace folly::detail;