X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FSpookyHashV1Test.cpp;h=e5b4eb12d2c917b8aaa6a97ca7294f2c2f3ba424;hp=19ca545391f9c15f9301f990e01eb185853fe03e;hb=520e20a8baebc98a5ec84d67865da4cf9819f88a;hpb=4ac665a688925f19e1ccebd01672cf7cb30034d1 diff --git a/folly/test/SpookyHashV1Test.cpp b/folly/test/SpookyHashV1Test.cpp index 19ca5453..e5b4eb12 100644 --- a/folly/test/SpookyHashV1Test.cpp +++ b/folly/test/SpookyHashV1Test.cpp @@ -21,17 +21,18 @@ #endif #include -#include -#include #include -#include #include -#include +#include #include +#include #include +#include +#include + using namespace ::folly::hash; static bool failed = false;