1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-13 14:22:43 +03:00

Clean up include files use in psql.

This commit is contained in:
Bruce Momjian
2000-02-16 13:15:26 +00:00
parent 5933f1857f
commit 78693c89d7
27 changed files with 65 additions and 134 deletions

View File

@@ -3,15 +3,12 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.13 2000/02/13 21:45:14 petere Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.14 2000/02/16 13:15:26 momjian Exp $
*/
#include <c.h>
#include "postgres.h"
#include "common.h"
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#ifdef HAVE_TERMIOS_H
#include <termios.h>
@@ -27,10 +24,10 @@
#include <win32.h>
#endif
#include <libpq-fe.h>
#include <postgres_ext.h>
#include <pqsignal.h>
#include <version.h>
#include "libpq-fe.h"
#include "postgres_ext.h"
#include "pqsignal.h"
#include "version.h"
#include "settings.h"
#include "variables.h"