CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h
[folly.git] / folly / Singleton.h
index 40e9dad6b4aa54049577bfb1f3862ce7ee1710c4..01a9d5d12448a4c097664e3d4c7243f47eda87b6 100644 (file)
 #include <folly/Demangle.h>
 #include <folly/Exception.h>
 #include <folly/Executor.h>
-#include <folly/Hash.h>
 #include <folly/Memory.h>
 #include <folly/RWSpinLock.h>
 #include <folly/Synchronized.h>
 #include <folly/detail/StaticSingletonManager.h>
 #include <folly/experimental/ReadMostlySharedPtr.h>
+#include <folly/hash/Hash.h>
 
 #include <algorithm>
 #include <atomic>