mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Merge pull request #4748
ad49c25Split up util.cpp/h (Wladimir J. van der Laan)f841aa2Move `COIN` and `CENT` to core.h (Wladimir J. van der Laan)6e5fd00Move `*Version()` functions to version.h/cpp (Wladimir J. van der Laan)b4aa769Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h (Wladimir J. van der Laan)af8297cMove functions in wallet.h to implementation file (Wladimir J. van der Laan)651480cmove functions in main and net to implementation files (Wladimir J. van der Laan)610a8c0Move SetThreadPriority implementation to util.cpp instead of the header (Wladimir J. van der Laan)f780e65Remove unused function `ByteReverse` from util.h (Wladimir J. van der Laan)121d6adRemove unused `alignup` function from util.h (Wladimir J. van der Laan)d1e26d4Move CMedianFilter to timedata.cpp (Wladimir J. van der Laan)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "pow.h"
|
||||
#include "uint256.h"
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
#include <stdint.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user