Fix copyright lines
[folly.git] / folly / futures / test / TimesTest.cpp
index 84549c1e21056b64d2c282fe00a924d99d0a3ea2..7c327322113eeb4bde8a0e3ec8737b9ed9423d5f 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 <mutex>
 #include <queue>
 
-#include <gtest/gtest.h>
-#include <glog/logging.h>
-
 #include <folly/futures/Future.h>
 #include <folly/futures/Promise.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;