Use the GTest portability headers
[folly.git] / folly / experimental / symbolizer / test / LineReaderTest.cpp
index 1b58efe43e32d3cae8168385197012c79cde56a7..3e825722f18e673aa340227c0583def6395ea368 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2016 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 <folly/experimental/symbolizer/LineReader.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/FileUtil.h>
 #include <folly/experimental/TestUtil.h>
+#include <folly/portability/GTest.h>
 
 namespace folly { namespace symbolizer { namespace test {
 
@@ -83,4 +83,3 @@ TEST(LineReader, Simple) {
 }
 
 }}}  // namespaces
-