mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
refactor: add most of src/util to iwyu
These files change infrequently, and not much header shuffling is required. We don't add everything in src/util/ yet, because IWYU makes some dubious suggestions, which I'm going to follow up with upstream.
This commit is contained in:
parent
a7f3479ba3
commit
07f2c25d04
25 changed files with 83 additions and 30 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include <util/syserror.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
std::string SysErrorString(int err)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue