codemod: folly/wangle/ -> folly/wangle/futures
[folly.git] / folly / experimental / wangle / channel / ChannelPipeline.h
index ea7959bc880fd4f10508ae3901f8d14c5da72448..386caec3528a76d87202dc502712dc17ec5b5b82 100644 (file)
@@ -17,7 +17,7 @@
 #pragma once
 
 #include <folly/experimental/wangle/channel/ChannelHandlerContext.h>
-#include <folly/wangle/Future.h>
+#include <folly/wangle/futures/Future.h>
 #include <folly/io/async/AsyncTransport.h>
 #include <folly/io/async/DelayedDestruction.h>
 #include <folly/ExceptionWrapper.h>