refactor: iwyu string, vector, cstdint (#2898)

* refactor: use cstdint for intX_t types

* refactor: iwyu sstring_view

* refactor: iwyu <cstring>

* refactor: iwyu <vector>
This commit is contained in:
Charles Kerr
2022-04-07 20:50:26 -05:00
committed by GitHub
parent b256da02e3
commit 205abbbcce
63 changed files with 73 additions and 35 deletions

View File

@@ -11,6 +11,8 @@
#include <fcntl.h> /* open() */
#include <unistd.h> /* fork(), setsid(), chdir(), dup2(), close(), pipe() */
#include <string_view>
#include <fmt/format.h>
#include <libtransmission/transmission.h>