diff options
| author | Peter Eisentraut | 2024-11-06 10:06:58 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2024-11-06 10:11:52 +0000 |
| commit | ecb5af779877ad3f84e60112ecf0b138e97b847c (patch) | |
| tree | b671117a934a2ed223cac69da6510f390de533f3 /src/bin/pg_combinebackup/pg_combinebackup.c | |
| parent | ba08edb065459fca62191c020362022efd42b522 (diff) | |
Remove unused #include's from bin .c files
as determined by IWYU
Similar to commit dbbca2cf299, but for bin and some related files.
Discussion: https://www.postgresql.org/message-id/flat/0df1d5b1-8ca8-4f84-93be-121081bde049%40eisentraut.org
Diffstat (limited to 'src/bin/pg_combinebackup/pg_combinebackup.c')
| -rw-r--r-- | src/bin/pg_combinebackup/pg_combinebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_combinebackup/pg_combinebackup.c b/src/bin/pg_combinebackup/pg_combinebackup.c index 6183d317151..5f1f62f1db6 100644 --- a/src/bin/pg_combinebackup/pg_combinebackup.c +++ b/src/bin/pg_combinebackup/pg_combinebackup.c @@ -25,12 +25,12 @@ #endif #include "backup_label.h" -#include "common/blkreftable.h" #include "common/checksum_helper.h" #include "common/controldata_utils.h" #include "common/file_perm.h" #include "common/file_utils.h" #include "common/logging.h" +#include "common/relpath.h" #include "copy_file.h" #include "fe_utils/option_utils.h" #include "getopt_long.h" |
