From ecb5af779877ad3f84e60112ecf0b138e97b847c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 6 Nov 2024 11:06:58 +0100 Subject: 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 --- src/bin/psql/help.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/bin/psql/help.c') diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 19d20c58781..02fe5d151e0 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -21,9 +21,6 @@ #include #endif -#include "common.h" -#include "common/logging.h" -#include "common/username.h" #include "help.h" #include "input.h" #include "settings.h" -- cgit v1.2.3