diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-16 04:06:33 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-16 04:12:52 +0200 |
commit | 7388b74cd2c5e3b71e991d26953c89c059ba6f2f (patch) | |
tree | 347fc05ed00ce4d0a0a86e16d6b716d291f13dfb /src/hash.h | |
parent | 765f3984364bfd9647efa5f3e978cf203a7c5183 (diff) | |
parent | 611116d4e31634384e9757befbd5e5a1a80e8cd3 (diff) |
Merge pull request #4911
611116d header include cleanup (Philip Kaufmann)
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash.h b/src/hash.h index 98a2d1fb11..bdcd4afb47 100644 --- a/src/hash.h +++ b/src/hash.h @@ -6,8 +6,8 @@ #ifndef BITCOIN_HASH_H #define BITCOIN_HASH_H -#include "crypto/sha2.h" #include "crypto/ripemd160.h" +#include "crypto/sha2.h" #include "serialize.h" #include "uint256.h" #include "version.h" |