diff options
Diffstat (limited to 'src/bin/psql')
| -rw-r--r-- | src/bin/psql/common.c | 2 | ||||
| -rw-r--r-- | src/bin/psql/copy.c | 1 | ||||
| -rw-r--r-- | src/bin/psql/print.c | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index dd183cacc1..be5e34a369 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -19,8 +19,6 @@ #include "portability/instr_time.h" -#include "pqsignal.h" - #include "settings.h" #include "command.h" #include "copy.h" diff --git a/src/bin/psql/copy.c b/src/bin/psql/copy.c index a97795f943..57cbf92816 100644 --- a/src/bin/psql/copy.c +++ b/src/bin/psql/copy.c @@ -18,7 +18,6 @@ #include "libpq-fe.h" #include "pqexpbuffer.h" -#include "pqsignal.h" #include "dumputils.h" #include "settings.h" diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index 0722c984a8..7e1f27ac9e 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -23,7 +23,6 @@ #include <locale.h> #include "catalog/pg_type.h" -#include "pqsignal.h" #include "common.h" #include "mbprint.h" |
