mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
scripted-diff: Sort test includes
-BEGIN VERIFY SCRIPT- # Mark all lines with #includes sed -i --regexp-extended -e 's/(#include <.*>)/\1 /g' $(git grep -l '#include' ./src/bench/ ./src/test ./src/wallet/test/) # Sort all marked lines git diff -U0 | ./contrib/devtools/clang-format-diff.py -p1 -i -v -END VERIFY SCRIPT-
This commit is contained in:
parent
d8dfcea5d9
commit
fac5c37300
59 changed files with 115 additions and 116 deletions
|
|
@ -3,12 +3,12 @@
|
|||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <bench/bench.h>
|
||||
#include <util/system.h>
|
||||
#include <boost/thread/thread.hpp>
|
||||
#include <checkqueue.h>
|
||||
#include <prevector.h>
|
||||
#include <vector>
|
||||
#include <boost/thread/thread.hpp>
|
||||
#include <random.h>
|
||||
#include <util/system.h>
|
||||
#include <vector>
|
||||
|
||||
|
||||
static const int MIN_CORES = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue