Use the GTest portability headers
[folly.git] / folly / io / async / test / NotificationQueueTest.cpp
index c24e6842d2debf3f389b4a76cd44731a3d796718..bd7a54a45cc8f199317aff723885b8a165316260 100644 (file)
@@ -18,6 +18,8 @@
 #include <folly/io/async/ScopedEventBaseThread.h>
 
 #include <folly/Baton.h>
+#include <folly/portability/GTest.h>
+
 #include <list>
 #include <iostream>
 #include <thread>
@@ -27,8 +29,6 @@
 #include <sys/wait.h>
 #endif
 
-#include <gtest/gtest.h>
-
 using namespace std;
 using namespace folly;