move Futures from folly::wangle to folly
[folly.git] / folly / futures / Future.h
index e61c530c6b87598cfaa816387624be7ff1a0a6b4..494bf6e1217fe4255e5d0529573ef6ca0e5467eb 100644 (file)
@@ -30,7 +30,7 @@
 #include <folly/futures/WangleException.h>
 #include <folly/futures/detail/Types.h>
 
-namespace folly { namespace wangle {
+namespace folly {
 
 template <class> struct Promise;
 
@@ -626,6 +626,6 @@ Future<T> waitWithSemaphore(Future<T>&& f);
 template <typename T, class Dur>
 Future<T> waitWithSemaphore(Future<T>&& f, Dur timeout);
 
-}} // folly::wangle
+} // folly
 
 #include <folly/futures/Future-inl.h>