Remove Benchmark.h dependency in SpookyHash tests
authorMichael Lee <mzlee@fb.com>
Tue, 13 Sep 2016 23:02:19 +0000 (16:02 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Tue, 13 Sep 2016 23:08:30 +0000 (16:08 -0700)
commit8340844ea5677fbf01b64ec4423dfe24fa567d53
tree3c25b6a6d5b815964cef548963006ded9522bc54
parente33794f7c6728fc0748d3241a27316e62c4c1e35
Remove Benchmark.h dependency in SpookyHash tests

Summary: It would seem the folly/Benchmark.h dependency was to pull in glog/logging.h. Include what you use.

Reviewed By: yfeldblum

Differential Revision: D3857112

fbshipit-source-id: 8d5bd105e10eee8f5b6e5d377d58ae84d908ed57
folly/test/SpookyHashV1Test.cpp
folly/test/SpookyHashV2Test.cpp