Move folly/Checksum.h into folly/hash/
authorYedidya Feldblum <yfeldblum@fb.com>
Fri, 13 Oct 2017 04:21:17 +0000 (21:21 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 13 Oct 2017 04:35:53 +0000 (21:35 -0700)
commitd31633e632ce29818040fbfe30d49f3476a3a00a
tree0eea8e84bcc48b8ffd9d1d06f3c891aab75501ae
parent42a989fad8c0f52d5afa482afc5b531ed34887d2
Move folly/Checksum.h into folly/hash/

Summary: [Folly] Move `folly/Checksum.h` into `folly/hash/`.

Reviewed By: Orvid

Differential Revision: D6045825

fbshipit-source-id: 02d3e6a49e2c0fc115cfee09e1186be7a13525ba
13 files changed:
folly/Checksum.cpp [deleted file]
folly/Checksum.h [deleted file]
folly/Makefile.am
folly/detail/ChecksumDetail.cpp [deleted file]
folly/detail/ChecksumDetail.h [deleted file]
folly/detail/Crc32cDetail.cpp [deleted file]
folly/hash/Checksum.cpp [new file with mode: 0644]
folly/hash/Checksum.h [new file with mode: 0644]
folly/hash/detail/ChecksumDetail.cpp [new file with mode: 0644]
folly/hash/detail/ChecksumDetail.h [new file with mode: 0644]
folly/hash/detail/Crc32cDetail.cpp [new file with mode: 0644]
folly/hash/test/ChecksumTest.cpp [new file with mode: 0644]
folly/test/ChecksumTest.cpp [deleted file]