summaryrefslogtreecommitdiff
path: root/src/bin/pg_walsummary/pg_walsummary.c
diff options
context:
space:
mode:
authorPeter Eisentraut2024-11-06 10:06:58 +0000
committerPeter Eisentraut2024-11-06 10:11:52 +0000
commitecb5af779877ad3f84e60112ecf0b138e97b847c (patch)
treeb671117a934a2ed223cac69da6510f390de533f3 /src/bin/pg_walsummary/pg_walsummary.c
parentba08edb065459fca62191c020362022efd42b522 (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_walsummary/pg_walsummary.c')
-rw-r--r--src/bin/pg_walsummary/pg_walsummary.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/pg_walsummary/pg_walsummary.c b/src/bin/pg_walsummary/pg_walsummary.c
index f6a262d3184..267174d07d0 100644
--- a/src/bin/pg_walsummary/pg_walsummary.c
+++ b/src/bin/pg_walsummary/pg_walsummary.c
@@ -20,7 +20,6 @@
#include "common/logging.h"
#include "fe_utils/option_utils.h"
#include "getopt_long.h"
-#include "lib/stringinfo.h"
typedef struct ws_options
{