diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-11-06 11:06:58 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-11-06 11:11:52 +0100 |
commit | ecb5af779877ad3f84e60112ecf0b138e97b847c (patch) | |
tree | b671117a934a2ed223cac69da6510f390de533f3 /src/common/string.c | |
parent | ba08edb065459fca62191c020362022efd42b522 (diff) | |
download | postgresql-ecb5af779877ad3f84e60112ecf0b138e97b847c.tar.gz postgresql-ecb5af779877ad3f84e60112ecf0b138e97b847c.zip |
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/common/string.c')
-rw-r--r-- | src/common/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/string.c b/src/common/string.c index ce9f2bc7ca5..4c42ae299b5 100644 --- a/src/common/string.c +++ b/src/common/string.c @@ -22,7 +22,6 @@ #endif #include "common/string.h" -#include "lib/stringinfo.h" /* |