Move folly/Hash.h to folly/hash/, leaving a shim
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 24 Oct 2017 21:12:03 +0000 (14:12 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 24 Oct 2017 21:26:44 +0000 (14:26 -0700)
commit37335efb4659f1389db145a485f8d663d343261f
tree34de9fad9a34ef6564767613b68be94e09d35506
parent9c3a581900beeadd4234a223d0c81988278a2002
Move folly/Hash.h to folly/hash/, leaving a shim

Summary: [Folly] Move `folly/Hash.h` to `folly/hash/`, leaving a shim.

Reviewed By: Orvid

Differential Revision: D6132955

fbshipit-source-id: dc789e9c6daa28116be6a5d83c3cfbb40e247114
14 files changed:
folly/Hash.h
folly/Makefile.am
folly/compression/test/CompressionTest.cpp
folly/concurrency/test/ConcurrentHashMapTest.cpp
folly/experimental/test/StringKeyedTest.cpp
folly/hash/Hash.h [new file with mode: 0644]
folly/hash/test/ChecksumTest.cpp
folly/hash/test/HashBenchmark.cpp [new file with mode: 0644]
folly/hash/test/HashTest.cpp [new file with mode: 0644]
folly/test/AtomicHashArrayTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/HashBenchmark.cpp [deleted file]
folly/test/HashTest.cpp [deleted file]
folly/test/ThreadCachedIntTest.cpp