Fix data race in Futex<EmulatedFutexAtomic>
[folly.git] / folly / test / ArenaSmartPtrTest.cpp
index 0881d706e0788503adef8fb6176846234b09829d..bc216d2486c7f23e54aad6250468cc6788306291 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 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.
  * @author: Marcelo Juchem <marcelo@fb.com>
  */
 
-#include "folly/Memory.h"
-#include "folly/Arena.h"
-
-#include <gtest/gtest.h>
+#include <folly/Memory.h>
+#include <folly/Arena.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;