summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.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/bin/psql/help.c
parentae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff)
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r--src/bin/psql/help.c5
1 files changed, 1 insertions, 4 deletions
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 <signal.h>
@@ -24,7 +22,6 @@
#endif
#include "pqsignal.h"
-#include "libpq-fe.h"
#include "settings.h"
#include "common.h"