Fixes RCU test cases error (loads should use Consume ordering)
[folly.git] / folly / test / PortabilityTest.cpp
index 58d104d940c7eeeb150cf2e9c66831fad79e9d61..34af8acf355aaad0bccfebb53f061c0ee7b41516 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2012-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
 
-#include <folly/Portability.h>
-
 #include <memory>
 
 #include <folly/portability/GTest.h>