header include cleanup
- ensures alphabetical ordering for includes etc. in source file headers
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user