Add element construction/destruction hooks to IndexedMemPool
[folly.git] / folly / experimental / RCUUtils.cpp
index 48ae846ac8022cb8d7677b954c25fec7114f34a5..c49638f6d3f8340945e0baff14928f8aae62d4b0 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/experimental/RCUUtils.h>
 
-#include <folly/Portability.h>
 #include <folly/ThreadLocal.h>
 
-
 namespace folly {
 
 namespace {