Move folly/Bits.h to folly/lang/
[folly.git] / folly / hash / Hash.h
index 8f0743dea541f2d1d64b1c92065161b21e8c0515..6b6f137aea48569d4e73b737fa04a6261d8074e4 100644 (file)
 #include <type_traits>
 #include <utility>
 
-#include <folly/Bits.h>
 #include <folly/functional/ApplyTuple.h>
 #include <folly/hash/SpookyHashV1.h>
 #include <folly/hash/SpookyHashV2.h>
+#include <folly/lang/Bits.h>
 
 /*
  * Various hashing functions.