summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-print.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
commite0522505bd13bc5aae993fc50b8f420665d78e96 (patch)
tree34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/interfaces/libpq/fe-print.c
parentae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff)
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/interfaces/libpq/fe-print.c')
-rw-r--r--src/interfaces/libpq/fe-print.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-print.c b/src/interfaces/libpq/fe-print.c
index 8519c2deaaa..6d3b61591d5 100644
--- a/src/interfaces/libpq/fe-print.c
+++ b/src/interfaces/libpq/fe-print.c
@@ -10,7 +10,7 @@
* didn't really belong there.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.70 2006/07/14 04:59:30 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-print.c,v 1.71 2006/07/14 14:52:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -35,7 +35,6 @@
#include "libpq-fe.h"
#include "libpq-int.h"
-#include "pqsignal.h"
static void do_field(const PQprintOpt *po, const PGresult *res,