replace std::dequeue with UMPMCQueue in UnboundedBlockingQueue
[folly.git] / folly / Singleton.h
index 01a9d5d12448a4c097664e3d4c7243f47eda87b6..48251b6674bb645a2d147dd2b0bedd3069e768d8 100644 (file)
 // should call reenableInstances.
 
 #pragma once
-#include <folly/Baton.h>
 #include <folly/Demangle.h>
 #include <folly/Exception.h>
 #include <folly/Executor.h>
 #include <folly/detail/StaticSingletonManager.h>
 #include <folly/experimental/ReadMostlySharedPtr.h>
 #include <folly/hash/Hash.h>
+#include <folly/synchronization/Baton.h>
 
 #include <algorithm>
 #include <atomic>