Use the GTest portability headers
[folly.git] / folly / experimental / symbolizer / test / LineReaderTest.cpp
index dd99a282b930c639b4d5fd01213328ecfd7e4fd4..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.
  * limitations under the License.
  */
 
-#include "folly/experimental/symbolizer/LineReader.h"
+#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/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
-