1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Work around naming conflict between zlib and OpenSSL by tweaking inclusion

order.  Remove some unnecessary #includes (that duplicate c.h).
This commit is contained in:
Tom Lane
2003-12-08 16:39:05 +00:00
parent de097903ad
commit 918b158743
4 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.40 2003/12/06 03:00:11 tgl Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.41 2003/12/08 16:39:05 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -25,8 +25,6 @@
#include "pg_backup_archiver.h"
#include "pg_backup_tar.h"
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <limits.h>
#include <unistd.h>