Fix copyright lines
[folly.git] / folly / futures / test / WillEqualTest.cpp
index f517c7d92453f6b439414b8c14dbd7ab73af0026..2907ba3d5739cb03979814dd1f9fe4eab2c335c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2015-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,9 +14,8 @@
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;