Commit 37335efb authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

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
parent 9c3a5819
This diff is collapsed.
...@@ -228,6 +228,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -228,6 +228,7 @@ nobase_follyinclude_HEADERS = \
futures/test/TestExecutor.h \ futures/test/TestExecutor.h \
hash/Checksum.h \ hash/Checksum.h \
hash/detail/ChecksumDetail.h \ hash/detail/ChecksumDetail.h \
hash/Hash.h \
hash/SpookyHashV1.h \ hash/SpookyHashV1.h \
hash/SpookyHashV2.h \ hash/SpookyHashV2.h \
gen/Base.h \ gen/Base.h \
......
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
#include <glog/logging.h> #include <glog/logging.h>
#include <folly/Benchmark.h> #include <folly/Benchmark.h>
#include <folly/Hash.h>
#include <folly/Memory.h> #include <folly/Memory.h>
#include <folly/Random.h> #include <folly/Random.h>
#include <folly/Varint.h> #include <folly/Varint.h>
#include <folly/hash/Hash.h>
#include <folly/io/IOBufQueue.h> #include <folly/io/IOBufQueue.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
#include <memory> #include <memory>
#include <thread> #include <thread>
#include <folly/Hash.h>
#include <folly/concurrency/ConcurrentHashMap.h> #include <folly/concurrency/ConcurrentHashMap.h>
#include <folly/hash/Hash.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/test/DeterministicSchedule.h> #include <folly/test/DeterministicSchedule.h>
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <glog/logging.h> #include <glog/logging.h>
#include <folly/Hash.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/hash/Hash.h>
#include <folly/portability/GFlags.h> #include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
......
This diff is collapsed.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <boost/crc.hpp> #include <boost/crc.hpp>
#include <folly/Benchmark.h> #include <folly/Benchmark.h>
#include <folly/Hash.h> #include <folly/hash/Hash.h>
#include <folly/hash/detail/ChecksumDetail.h> #include <folly/hash/detail/ChecksumDetail.h>
#include <folly/portability/GFlags.h> #include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <folly/Hash.h> #include <folly/hash/Hash.h>
#include <stdint.h> #include <stdint.h>
#include <deque> #include <deque>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include <folly/Hash.h> #include <folly/hash/Hash.h>
#include <folly/MapUtil.h> #include <folly/MapUtil.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <stdint.h> #include <stdint.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
#include <folly/AtomicHashArray.h> #include <folly/AtomicHashArray.h>
#include <folly/Conv.h> #include <folly/Conv.h>
#include <folly/Hash.h>
#include <folly/Memory.h> #include <folly/Memory.h>
#include <folly/hash/Hash.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/portability/SysMman.h> #include <folly/portability/SysMman.h>
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include <folly/Benchmark.h> #include <folly/Benchmark.h>
#include <folly/ConcurrentSkipList.h> #include <folly/ConcurrentSkipList.h>
#include <folly/Hash.h>
#include <folly/RWSpinLock.h> #include <folly/RWSpinLock.h>
#include <folly/hash/Hash.h>
#include <folly/portability/GFlags.h> #include <folly/portability/GFlags.h>
#include <glog/logging.h> #include <glog/logging.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <glog/logging.h> #include <glog/logging.h>
#include <folly/Benchmark.h> #include <folly/Benchmark.h>
#include <folly/Hash.h> #include <folly/hash/Hash.h>
#include <folly/portability/GFlags.h> #include <folly/portability/GFlags.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/system/ThreadId.h> #include <folly/system/ThreadId.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment