mirror of
https://github.com/postgres/postgres.git
synced 2025-12-13 14:22:43 +03:00
Remove unused #include's from bin .c files
as determined by IWYU
Similar to commit dbbca2cf29, but for bin and some related files.
Discussion: https://www.postgresql.org/message-id/flat/0df1d5b1-8ca8-4f84-93be-121081bde049%40eisentraut.org
This commit is contained in:
@@ -12,10 +12,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "datapagemap.h"
|
||||
#include "common/logging.h"
|
||||
#include "file_ops.h"
|
||||
#include "filemap.h"
|
||||
#include "pg_rewind.h"
|
||||
#include "rewind_source.h"
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user