From 78693c89d77cf6443a1a98fc38a83d9d563e2aa4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 16 Feb 2000 13:15:26 +0000 Subject: Clean up include files use in psql. --- src/bin/psql/command.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/bin/psql/command.c') diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index ba198d7d914..a4353124cc3 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -3,16 +3,13 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.18 2000/02/07 23:10:04 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.19 2000/02/16 13:15:26 momjian Exp $ */ -#include +#include "postgres.h" #include "command.h" #include #include -#include -#include -#include #include #ifndef WIN32 #include /* for umask() */ @@ -22,8 +19,8 @@ #include #endif -#include -#include +#include "libpq-fe.h" +#include "pqexpbuffer.h" #include "common.h" #include "copy.h" -- cgit v1.2.3