Move folly/Bits.h to folly/lang/
[folly.git] / folly / GroupVarint.h
index ed7dae63192456a486232054511aaef2949ea1df..ad0bb361cf59620e229886ab2696d33152c75618 100644 (file)
@@ -30,9 +30,9 @@
 #if FOLLY_X64 || defined(__i386__) || FOLLY_PPC64 || FOLLY_AARCH64
 #define HAVE_GROUP_VARINT 1
 
-#include <folly/Bits.h>
 #include <folly/Range.h>
 #include <folly/detail/GroupVarintDetail.h>
+#include <folly/lang/Bits.h>
 #include <folly/portability/Builtins.h>
 
 #if FOLLY_SSE >= 3