Fix class member shadowing in folly::ProducerConsumerQueue
[folly.git] / folly / test / ThreadLocalTestLib.cpp
index d61137ac5fa4837c569d10b25bd7f10c0d88c093..5c684054f7cd82bd4ea16d86186948d2068cf1af 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.
@@ -13,8 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <iostream>
-#include <thread>
 
 #include <folly/ThreadLocal.h>