mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Remove unused #include's from backend .c files
as determined by IWYU
These are mostly issues that are new since commit dbbca2cf29
.
Discussion: https://www.postgresql.org/message-id/flat/0df1d5b1-8ca8-4f84-93be-121081bde049%40eisentraut.org
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "access/relation.h"
|
||||
#include "access/sequence.h"
|
||||
#include "storage/lmgr.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
static inline void validate_relation_kind(Relation r);
|
||||
|
||||
|
Reference in New Issue
Block a user