mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
header include cleanup
- ensures alphabetical ordering for includes etc. in source file headers
This commit is contained in:
parent
e5fc6631b9
commit
611116d4e3
36 changed files with 68 additions and 49 deletions
|
|
@ -9,9 +9,10 @@
|
|||
#include "pow.h"
|
||||
#include "uint256.h"
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
||||
void static BatchWriteCoins(CLevelDBBatch &batch, const uint256 &hash, const CCoins &coins) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue