aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/stringutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/stringutils.c')
-rw-r--r--src/bin/psql/stringutils.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c
index a0d3769fd23..95b05010273 100644
--- a/src/bin/psql/stringutils.c
+++ b/src/bin/psql/stringutils.c
@@ -3,18 +3,15 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.24 2000/02/07 23:10:06 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.25 2000/02/16 13:15:26 momjian Exp $
*/
-#include <c.h>
+#include "postgres.h"
#include "stringutils.h"
#include <ctype.h>
-#include <stdlib.h>
-#include <string.h>
#include <assert.h>
-#include <stdio.h>
-#include <libpq-fe.h>
+#include "libpq-fe.h"