Use the GTest portability headers
[folly.git] / folly / futures / test / ThenTest.cpp
index 696ace912ae61901c38d6fe624fffed3a158bfc9..11f59b01fb79771e0a2e1a018e601bc4aa364956 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
@@ -14,9 +14,8 @@
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 #include <thread>