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_dump/parallel.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_dump/parallel.c')
| -rw-r--r-- | src/bin/pg_dump/parallel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/pg_dump/parallel.c b/src/bin/pg_dump/parallel.c index a09247fae47..78e91f6e2dc 100644 --- a/src/bin/pg_dump/parallel.c +++ b/src/bin/pg_dump/parallel.c @@ -63,7 +63,9 @@ #include "fe_utils/string_utils.h" #include "parallel.h" #include "pg_backup_utils.h" +#ifdef WIN32 #include "port/pg_bswap.h" +#endif /* Mnemonic macros for indexing the fd array returned by pipe(2) */ #define PIPE_READ 0 |
