Use the GTest portability headers
[folly.git] / folly / test / ThreadLocalTest.cpp
index e2e2fce0ead5a8dced6088e8830eb604f5c86f91..c3a276d255fffe48c31206642df55a90416823f8 100644 (file)
 #include <unordered_map>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/Baton.h>
 #include <folly/Memory.h>
 #include <folly/experimental/io/FsUtil.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/Unistd.h>
 
 using namespace folly;