mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Use bracket syntax includes ("#include <foo.h>")
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "stdlib.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "rpc/blockchain.h"
|
||||
#include "test/test_bitcoin.h"
|
||||
#include <rpc/blockchain.h>
|
||||
#include <test/test_bitcoin.h>
|
||||
|
||||
/* Equality between doubles is imprecise. Comparison should be done
|
||||
* with a small threshold of tolerance, rather than exact equality.
|
||||
|
||||
Reference in New Issue
Block a user