move Futures from folly::wangle to folly
[folly.git] / folly / futures / test / ViaTest.cpp
index d940e10ec49b4b9c46c90dd31fe16f06c074f63c..2bbd89f0e3ede42dc89625adf767af03468d42e8 100644 (file)
@@ -21,7 +21,7 @@
 #include <folly/futures/InlineExecutor.h>
 #include <folly/futures/ManualExecutor.h>
 
-using namespace folly::wangle;
+using namespace folly;
 
 struct ManualWaiter {
   explicit ManualWaiter(std::shared_ptr<ManualExecutor> ex) : ex(ex) {}