move Futures from folly::wangle to folly
[folly.git] / folly / futures / QueuedImmediateExecutor.h
index a82c32dbdb58b5d6c2bed19f79d2d0c57d2a5103..73b7225a91246ff9999cfd0d5d86589eee1aca9d 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <folly/Executor.h>
 
-namespace folly { namespace wangle {
+namespace folly {
 
 /**
  * Runs inline like InlineExecutor, but with a queue so that any tasks added
@@ -30,4 +30,4 @@ class QueuedImmediateExecutor : public Executor {
   void add(Func) override;
 };
 
-}} // namespace
+} // folly