move Futures from folly::wangle to folly
[folly.git] / folly / futures / detail / Types.h
index 57b93e053032685a4cc5b47e61f52d493c10d234..873a591f4f878657be83ea4e97521d863a8d7de5 100644 (file)
@@ -18,8 +18,8 @@
 
 #include <chrono>
 
-namespace folly { namespace wangle {
+namespace folly {
 
 using Duration = std::chrono::milliseconds;
 
-}}
+}