fix build (gtest 1.6 -> 1.7)
[folly.git] / folly / io / test / CompressionTest.cpp
index 42487012d0ba9d01eb20aca9ad5d664e5fbacf74..ea22fca298b2cb3ff5d8b9fc6b0b140a55da0cf7 100644 (file)
 
 #include <folly/io/Compression.h>
 
-// Yes, tr1, as that's what gtest requires
 #include <random>
 #include <thread>
-#include <tr1/tuple>
 #include <unordered_map>
 
 #include <boost/noncopyable.hpp>