Use the GTest portability headers
[folly.git] / folly / experimental / symbolizer / test / LineReaderTest.cpp
index 97bb846e27f9485a922d5d15f2764c245936dc2f..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 {