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/help.c | |
parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (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.c | 5 |
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" |