folly::rvalue_reference_wrapper for store&forward of rvalue references
[folly.git] / folly / test / AHMIntStressTest.cpp
index 32c2912f95d82bc88467304343f3ed59ec24119a..6290eab719430d294f5de81417692e7879af6cc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 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.
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <thread>
 #include <memory>
 #include <mutex>
 
-#include "folly/AtomicHashMap.h"
-#include "folly/ScopeGuard.h"
-#include "folly/Memory.h"
+#include <folly/AtomicHashMap.h>
+#include <folly/ScopeGuard.h>
+#include <folly/Memory.h>
+#include <folly/portability/GTest.h>
 
 namespace {