aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/input.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-02-16 13:15:26 +0000
committerBruce Momjian <bruce@momjian.us>2000-02-16 13:15:26 +0000
commit78693c89d77cf6443a1a98fc38a83d9d563e2aa4 (patch)
tree6b9c81acf395f8faaae852d58129a470be3e312d /src/bin/psql/input.c
parent5933f1857f572fffcd783ea79c5f6e671fa2b599 (diff)
downloadpostgresql-78693c89d77cf6443a1a98fc38a83d9d563e2aa4.tar.gz
postgresql-78693c89d77cf6443a1a98fc38a83d9d563e2aa4.zip
Clean up include files use in psql.
Diffstat (limited to 'src/bin/psql/input.c')
-rw-r--r--src/bin/psql/input.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/bin/psql/input.c b/src/bin/psql/input.c
index 560d5b2c382..6d05370d21a 100644
--- a/src/bin/psql/input.c
+++ b/src/bin/psql/input.c
@@ -3,15 +3,14 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/input.c,v 1.9 2000/02/07 23:10:06 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/input.c,v 1.10 2000/02/16 13:15:26 momjian Exp $
*/
-#include <c.h>
+#include "postgres.h"
#include "input.h"
#include <errno.h>
-#include <pqexpbuffer.h>
-
+#include "pqexpbuffer.h"
#include "settings.h"
#include "tab-complete.h"
#include "common.h"