CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h
[folly.git] / folly / experimental / FunctionScheduler.h
index 59dc4bce1e7ec34b9af6f7924781f9f4455350f1..35d3e3087f96e82c3c50c0e1ad60590e20db3f3f 100644 (file)
 
 #include <folly/Function.h>
 #include <folly/Range.h>
-#include <folly/Hash.h>
+#include <folly/hash/Hash.h>
 #include <chrono>
 #include <condition_variable>
 #include <mutex>
 #include <thread>
-#include <vector>
 #include <unordered_map>
+#include <vector>
 
 namespace folly {