diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/bin/psql/print.c | |
parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/bin/psql/print.c')
-rw-r--r-- | src/bin/psql/print.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index 97f6f1e665c..9674acf8b00 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -3,13 +3,12 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.87 2006/06/14 16:49:02 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/print.c,v 1.88 2006/07/14 14:52:26 momjian Exp $ * * Note: we include postgres.h not postgres_fe.h so that we can include * catalog/pg_type.h, and thereby have access to INT4OID and similar macros. */ #include "postgres.h" -#include "common.h" #include "print.h" #include "catalog/pg_type.h" @@ -28,7 +27,6 @@ #include <locale.h> #include "pqsignal.h" -#include "libpq-fe.h" #include "mbprint.h" |