move ApplyTuple to functional/
[folly.git] / folly / Hash.h
index 410d2720db540cf6c586ed91f7597a92c9463daa..5253975a4a8f70998a88dc604bdf8fae8c1e7058 100644 (file)
@@ -24,8 +24,8 @@
 #include <type_traits>
 #include <utility>
 
-#include <folly/ApplyTuple.h>
 #include <folly/Bits.h>
+#include <folly/functional/ApplyTuple.h>
 #include <folly/hash/SpookyHashV1.h>
 #include <folly/hash/SpookyHashV2.h>