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_rewind/pg_rewind.h | |
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_rewind/pg_rewind.h')
-rw-r--r-- | src/bin/pg_rewind/pg_rewind.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/pg_rewind/pg_rewind.h b/src/bin/pg_rewind/pg_rewind.h index ec43cbe2c67..d937542c6ec 100644 --- a/src/bin/pg_rewind/pg_rewind.h +++ b/src/bin/pg_rewind/pg_rewind.h @@ -14,10 +14,6 @@ #include "access/timeline.h" #include "common/logging.h" #include "common/file_utils.h" -#include "datapagemap.h" -#include "libpq-fe.h" -#include "storage/block.h" -#include "storage/relfilelocator.h" /* Configuration options */ extern char *datadir_target; |