Move folly/Hash.h to folly/hash/
[folly.git] / folly / experimental / FunctionScheduler.h
index fbc739936550ce9eb1ef6731e31b8a8d8954edc6..e8765fababee5f1cd026d079c3d067588150584f 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 {