mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +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:
@ -30,7 +30,6 @@
|
||||
#include "common/logging.h"
|
||||
#include "common/string.h"
|
||||
#include "copy.h"
|
||||
#include "crosstabview.h"
|
||||
#include "describe.h"
|
||||
#include "fe_utils/cancel.h"
|
||||
#include "fe_utils/print.h"
|
||||
@ -38,10 +37,8 @@
|
||||
#include "help.h"
|
||||
#include "input.h"
|
||||
#include "large_obj.h"
|
||||
#include "libpq-fe.h"
|
||||
#include "libpq/pqcomm.h"
|
||||
#include "mainloop.h"
|
||||
#include "portability/instr_time.h"
|
||||
#include "pqexpbuffer.h"
|
||||
#include "psqlscanslash.h"
|
||||
#include "settings.h"
|
||||
|
Reference in New Issue
Block a user