X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FSpookyHashV2Test.cpp;h=084760cdd35ad0def3fff54b45db5c647cdf4ec7;hb=3900132e235520bee366c554279af09ca4208667;hp=c17031876a9c169dfcf803495d50a439d860fdf9;hpb=6a6ac91e1fda65d7871390f03be8d19b3591ba45;p=folly.git diff --git a/folly/test/SpookyHashV2Test.cpp b/folly/test/SpookyHashV2Test.cpp index c1703187..084760cd 100644 --- a/folly/test/SpookyHashV2Test.cpp +++ b/folly/test/SpookyHashV2Test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,15 +21,16 @@ #endif #include -#include #include +#include #include #include #include #include #include -#include + +#include using namespace ::folly::hash;