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/variables.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/bin/psql/variables.c') diff --git a/src/bin/psql/variables.c b/src/bin/psql/variables.c index e7d67d6dc58..667066cbfd8 100644 --- a/src/bin/psql/variables.c +++ b/src/bin/psql/variables.c @@ -3,12 +3,11 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/variables.c,v 1.6 2000/02/13 21:45:14 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/variables.c,v 1.7 2000/02/16 13:15:26 momjian Exp $ */ -#include +#include "postgres.h" #include "variables.h" -#include #include -- cgit v1.2.3