Commit 1badabb2 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

CodeMod: Replace includes of folly/Hash.h with folly/hash/Hash.h

Summary: CodeMod: Replace includes of `folly/Hash.h` with `folly/hash/Hash.h`.

Reviewed By: luciang

Differential Revision: D6156195

fbshipit-source-id: 0941b3c9cf1d17d7cc62595111e506c06ee51236
parent 090b0ac7
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
#include <boost/iterator/iterator_facade.hpp> #include <boost/iterator/iterator_facade.hpp>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <folly/Hash.h>
#include <folly/ThreadCachedInt.h> #include <folly/ThreadCachedInt.h>
#include <folly/Utility.h> #include <folly/Utility.h>
#include <folly/hash/Hash.h>
namespace folly { namespace folly {
......
...@@ -91,10 +91,10 @@ ...@@ -91,10 +91,10 @@
#include <stdexcept> #include <stdexcept>
#include <folly/AtomicHashArray.h> #include <folly/AtomicHashArray.h>
#include <folly/Hash.h>
#include <folly/Likely.h> #include <folly/Likely.h>
#include <folly/ThreadCachedInt.h> #include <folly/ThreadCachedInt.h>
#include <folly/container/Foreach.h> #include <folly/container/Foreach.h>
#include <folly/hash/Hash.h>
namespace folly { namespace folly {
......
...@@ -54,8 +54,8 @@ ...@@ -54,8 +54,8 @@
#include <string> #include <string>
#include <utility> #include <utility>
#include <folly/Hash.h>
#include <folly/Traits.h> #include <folly/Traits.h>
#include <folly/hash/Hash.h>
#include <folly/memory/Malloc.h> #include <folly/memory/Malloc.h>
#include <folly/portability/BitsFunctexcept.h> #include <folly/portability/BitsFunctexcept.h>
......
...@@ -409,7 +409,7 @@ struct ReverseIterator { ...@@ -409,7 +409,7 @@ struct ReverseIterator {
} // namespace fixedstring } // namespace fixedstring
} // namespace detail } // namespace detail
// Defined in folly/Hash.h // Defined in folly/hash/Hash.h
std::uint32_t hsieh_hash32_buf(const void* buf, std::size_t len); std::uint32_t hsieh_hash32_buf(const void* buf, std::size_t len);
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** * /** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** *
......
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
#include <iosfwd> #include <iosfwd>
#include <folly/FBString.h> #include <folly/FBString.h>
#include <folly/Hash.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/detail/IPAddress.h> #include <folly/detail/IPAddress.h>
#include <folly/hash/Hash.h>
namespace folly { namespace folly {
......
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
#include <stdexcept> #include <stdexcept>
#include <folly/FBString.h> #include <folly/FBString.h>
#include <folly/Hash.h>
#include <folly/Optional.h> #include <folly/Optional.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/detail/IPAddress.h> #include <folly/detail/IPAddress.h>
#include <folly/hash/Hash.h>
namespace folly { namespace folly {
......
...@@ -125,12 +125,12 @@ ...@@ -125,12 +125,12 @@
#include <folly/Demangle.h> #include <folly/Demangle.h>
#include <folly/Exception.h> #include <folly/Exception.h>
#include <folly/Executor.h> #include <folly/Executor.h>
#include <folly/Hash.h>
#include <folly/Memory.h> #include <folly/Memory.h>
#include <folly/RWSpinLock.h> #include <folly/RWSpinLock.h>
#include <folly/Synchronized.h> #include <folly/Synchronized.h>
#include <folly/detail/StaticSingletonManager.h> #include <folly/detail/StaticSingletonManager.h>
#include <folly/experimental/ReadMostlySharedPtr.h> #include <folly/experimental/ReadMostlySharedPtr.h>
#include <folly/hash/Hash.h>
#include <algorithm> #include <algorithm>
#include <atomic> #include <atomic>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <folly/CppAttributes.h> #include <folly/CppAttributes.h>
#include <folly/Exception.h> #include <folly/Exception.h>
#include <folly/Format.h> #include <folly/Format.h>
#include <folly/Hash.h> #include <folly/hash/Hash.h>
namespace { namespace {
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <tuple> #include <tuple>
#include <folly/Conv.h> #include <folly/Conv.h>
#include <folly/Hash.h> #include <folly/hash/Hash.h>
namespace folly { namespace folly {
......
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
#include <unordered_map> #include <unordered_map>
#include <vector> #include <vector>
#include <folly/Hash.h>
#include <folly/Indestructible.h> #include <folly/Indestructible.h>
#include <folly/Likely.h> #include <folly/Likely.h>
#include <folly/Memory.h> #include <folly/Memory.h>
#include <folly/Portability.h> #include <folly/Portability.h>
#include <folly/hash/Hash.h>
#include <folly/portability/BitsFunctexcept.h> #include <folly/portability/BitsFunctexcept.h>
#include <folly/portability/Memory.h> #include <folly/portability/Memory.h>
#include <folly/system/ThreadId.h> #include <folly/system/ThreadId.h>
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#include <folly/detail/Futex.h> #include <folly/detail/Futex.h>
#include <boost/intrusive/list.hpp> #include <boost/intrusive/list.hpp>
#include <folly/Hash.h>
#include <folly/ScopeGuard.h> #include <folly/ScopeGuard.h>
#include <folly/hash/Hash.h>
#include <folly/portability/SysSyscall.h> #include <folly/portability/SysSyscall.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#include <chrono> #include <chrono>
#include <folly/AtomicStruct.h> #include <folly/AtomicStruct.h>
#include <folly/Hash.h>
#include <folly/Traits.h> #include <folly/Traits.h>
#include <folly/detail/Futex.h> #include <folly/detail/Futex.h>
#include <folly/hash/Hash.h>
#include <folly/system/ThreadId.h> #include <folly/system/ThreadId.h>
namespace folly { namespace folly {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <folly/dynamic.h> #include <folly/dynamic.h>
#include <folly/Format.h> #include <folly/Format.h>
#include <folly/Hash.h> #include <folly/hash/Hash.h>
#include <folly/lang/Assume.h> #include <folly/lang/Assume.h>
#include <folly/portability/BitsFunctexcept.h> #include <folly/portability/BitsFunctexcept.h>
......
...@@ -18,13 +18,13 @@ ...@@ -18,13 +18,13 @@
#include <folly/Function.h> #include <folly/Function.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/Hash.h> #include <folly/hash/Hash.h>
#include <chrono> #include <chrono>
#include <condition_variable> #include <condition_variable>
#include <mutex> #include <mutex>
#include <thread> #include <thread>
#include <vector>
#include <unordered_map> #include <unordered_map>
#include <vector>
namespace folly { namespace folly {
......
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
#include <unordered_map> #include <unordered_map>
#include <utility> #include <utility>
#include <folly/Hash.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/experimental/StringKeyedCommon.h> #include <folly/experimental/StringKeyedCommon.h>
#include <folly/hash/Hash.h>
namespace folly { namespace folly {
......
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
#include <unordered_set> #include <unordered_set>
#include <utility> #include <utility>
#include <folly/Hash.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/experimental/StringKeyedCommon.h> #include <folly/experimental/StringKeyedCommon.h>
#include <folly/hash/Hash.h>
namespace folly { namespace folly {
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
#include <boost/operators.hpp> #include <boost/operators.hpp>
#include <glog/logging.h> #include <glog/logging.h>
#include <folly/Hash.h>
#include <folly/Range.h> #include <folly/Range.h>
#include <folly/experimental/symbolizer/Elf.h> #include <folly/experimental/symbolizer/Elf.h>
#include <folly/hash/Hash.h>
namespace folly { namespace folly {
namespace symbolizer { namespace symbolizer {
......
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