Move retrying method to separate header in folly/futures
[folly.git] / folly / futures / test / RetryingTest.cpp
index 61505c6a11f3ad71a3ec14151e89d1684d092a74..c99f3fceb15ab0ac9c12fdc1b6cc130c2bf5cfc6 100644 (file)
@@ -18,7 +18,7 @@
 #include <atomic>
 #include <vector>
 
-#include <folly/futures/Future.h>
+#include <folly/futures/Retrying.h>
 #include <folly/portability/GTest.h>
 #include <folly/portability/SysResource.h>
 #include "TestExecutor.h"