From e0522505bd13bc5aae993fc50b8f420665d78e96 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Jul 2006 14:52:27 +0000 Subject: Remove 576 references of include files that were not needed. --- src/bin/psql/help.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/bin/psql/help.c') diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index d5a5230a8a6..c1e6ec34bdc 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,12 +3,10 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.112 2006/07/14 05:28:28 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.113 2006/07/14 14:52:26 momjian Exp $ */ #include "postgres_fe.h" #include "common.h" -#include "input.h" -#include "print.h" #include "help.h" #include @@ -24,7 +22,6 @@ #endif #include "pqsignal.h" -#include "libpq-fe.h" #include "settings.h" #include "common.h" -- cgit v1.2.3