X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FGroupVarint.h;h=1115f550d064f8fd56b268621805f666fbad1842;hb=9b4749fd47c605c27b6973f317d7c4f3a0e101e9;hp=cbfce4b06919e1f745ecaedb3754b2135a7fe77e;hpb=22afce906d7e98d95f8c45c3301072d9fd891d41;p=folly.git diff --git a/folly/GroupVarint.h b/folly/GroupVarint.h index cbfce4b0..1115f550 100644 --- a/folly/GroupVarint.h +++ b/folly/GroupVarint.h @@ -21,14 +21,16 @@ #error GroupVarint.h requires GCC #endif -#if defined(__x86_64__) || defined(__i386__) +#include + +#if FOLLY_X64 || defined(__i386__) #define HAVE_GROUP_VARINT 1 #include #include -#include "folly/detail/GroupVarintDetail.h" -#include "folly/Bits.h" -#include "folly/Range.h" +#include +#include +#include #include #ifdef __SSSE3__ @@ -607,6 +609,6 @@ typedef GroupVarintDecoder GroupVarint64Decoder; } // namespace folly -#endif /* defined(__x86_64__) || defined(__i386__) */ +#endif /* FOLLY_X64 || defined(__i386__) */ #endif /* FOLLY_GROUPVARINT_H_ */