diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index ac252086d42..63e4bda5d74 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,13 +3,11 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.18 2000/02/13 21:45:14 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.19 2000/02/16 13:15:26 momjian Exp $ */ -#include <c.h> +#include "postgres.h" #include "help.h" -#include <stdio.h> -#include <stdlib.h> #include <signal.h> #include <errno.h> @@ -24,8 +22,8 @@ #include <win32.h> #endif -#include <pqsignal.h> -#include <libpq-fe.h> +#include "pqsignal.h" +#include "libpq-fe.h" #include "settings.h" #include "common.h" |