Use the GTest portability headers
[folly.git] / folly / experimental / symbolizer / test / SignalHandlerTest.cpp
index 77b642ca2152ea030e0dd762a901b066971340b9..fa0e4721afa8408a1ff03e6002bae48eae03633f 100644 (file)
 #include <folly/experimental/symbolizer/test/SignalHandlerTest.h>
 #include <folly/experimental/symbolizer/SignalHandler.h>
 
-#include <gtest/gtest.h>
-
 #include <folly/FileUtil.h>
 #include <folly/Range.h>
 #include <folly/CPortability.h>
+#include <folly/portability/GTest.h>
 
 namespace folly { namespace symbolizer { namespace test {