Use the GTest portability headers
[folly.git] / folly / test / ArenaSmartPtrTest.cpp
index 0881d706e0788503adef8fb6176846234b09829d..1ac482de87555d7ca82ba7979899730fc2451835 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2016 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;