Fix copyright lines
[folly.git] / folly / futures / test / EnsureTest.cpp
index 2ffb6e1b90c9d70ce098568698bdda7b9f588a43..f7e59ec711f0ffc50475f158f9fcf5626796383e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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.
 #include <memory>
 #include <unordered_set>
 
-#include <gtest/gtest.h>
-
-#include <folly/MoveWrapper.h>
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;