summaryrefslogtreecommitdiff
path: root/src/bin/psql/input.h
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.h
parent5933f1857f572fffcd783ea79c5f6e671fa2b599 (diff)
Clean up include files use in psql.
Diffstat (limited to 'src/bin/psql/input.h')
-rw-r--r--src/bin/psql/input.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/psql/input.h b/src/bin/psql/input.h
index d12b45bfa30..e539ba29145 100644
--- a/src/bin/psql/input.h
+++ b/src/bin/psql/input.h
@@ -3,14 +3,11 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/input.h,v 1.7 2000/02/07 23:10:06 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/input.h,v 1.8 2000/02/16 13:15:26 momjian Exp $
*/
#ifndef INPUT_H
#define INPUT_H
-#include <c.h>
-#include <stdio.h>
-
/*
* If some other file needs to have access to readline/history, include this
* file and save yourself all this work.