diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/bin/pg_dump/pg_backup_db.c | |
parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) | |
download | postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.tar.gz postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.zip |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/bin/pg_dump/pg_backup_db.c')
-rw-r--r-- | src/bin/pg_dump/pg_backup_db.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bin/pg_dump/pg_backup_db.c b/src/bin/pg_dump/pg_backup_db.c index 19d0d5bb053..80aef2a6a23 100644 --- a/src/bin/pg_dump/pg_backup_db.c +++ b/src/bin/pg_dump/pg_backup_db.c @@ -5,13 +5,11 @@ * Implements the basic DB functions used by the archiver. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_db.c,v 1.71 2006/06/07 22:24:44 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_db.c,v 1.72 2006/07/14 14:52:26 momjian Exp $ * *------------------------------------------------------------------------- */ -#include "pg_backup.h" -#include "pg_backup_archiver.h" #include "pg_backup_db.h" #include "dumputils.h" @@ -23,8 +21,6 @@ #include <termios.h> #endif -#include "libpq-fe.h" -#include "libpq/libpq-fs.h" #ifndef HAVE_STRDUP #include "strdup.h" #endif |