Use the GTest portability headers
[folly.git] / folly / test / SingletonVaultCTest.cpp
index 00e9f5b9591afc8e0d428b973de891ff42382250..471cc3571d74de686eda0252cfee842ca4494879 100644 (file)
 #include <folly/Singleton.h>
 #include <folly/SingletonVault_c.h>
 
-#include <gtest/gtest.h>
-
 #include <thread>
 
+#include <folly/portability/GTest.h>
+
 FOLLY_TLS long instance_counter_instances = 0;
 
 class InstanceCounter {