diff options
author | Carl Dong <contact@carldong.me> | 2022-07-12 22:24:31 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-07-15 12:26:20 -0400 |
commit | cb3e9a1e3f8d72daaa361fc45dd853775e754b9d (patch) | |
tree | 7d95018b6407a0fafd0d34577dd73f52d858fc21 /contrib/devtools | |
parent | aa306765419f7dbea12b12e15553039835ba0e4d (diff) |
Move {Load,Dump}Mempool to kernel namespace
Also:
1. Add the newly introduced kernel/mempool_persist.cpp to IWYU CI script
2. Add chrono mapping for iwyu
Diffstat (limited to 'contrib/devtools')
-rw-r--r-- | contrib/devtools/iwyu/bitcoin.core.imp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/devtools/iwyu/bitcoin.core.imp b/contrib/devtools/iwyu/bitcoin.core.imp index ce7786f58c..919ffab102 100644 --- a/contrib/devtools/iwyu/bitcoin.core.imp +++ b/contrib/devtools/iwyu/bitcoin.core.imp @@ -3,4 +3,5 @@ { include: [ "<bits/termios-c_lflag.h>", private, "<termios.h>", public ] }, { include: [ "<bits/termios-struct.h>", private, "<termios.h>", public ] }, { include: [ "<bits/termios-tcflow.h>", private, "<termios.h>", public ] }, + { include: [ "<bits/chrono.h>", private, "<chrono>", public ] }, ] |