2017
[folly.git] / folly / futures / test / WaitTest.cpp
index 2d33569106c03255cb6188b9f2a4cde7805dab73..85ff6174ca651560bb67fecec3a0eccf9ef880bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2017 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 <queue>
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
 #include <folly/io/async/EventBase.h>
 #include <folly/Baton.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using std::vector;