diff options
| author | Bruce Momjian | 2011-09-01 14:03:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-09-01 14:04:27 +0000 |
| commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
| tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /src/bin | |
| parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) | |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_dump/pg_backup_custom.c | 1 | ||||
| -rw-r--r-- | src/bin/pg_dump/pg_backup_directory.c | 1 | ||||
| -rw-r--r-- | src/bin/psql/mbprint.c | 1 | ||||
| -rw-r--r-- | src/bin/psql/settings.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/pg_dump/pg_backup_custom.c b/src/bin/pg_dump/pg_backup_custom.c index 9224d7bbe2e..55ff39a4fe8 100644 --- a/src/bin/pg_dump/pg_backup_custom.c +++ b/src/bin/pg_dump/pg_backup_custom.c @@ -24,7 +24,6 @@ *------------------------------------------------------------------------- */ -#include "pg_backup_archiver.h" #include "compress_io.h" /*-------- diff --git a/src/bin/pg_dump/pg_backup_directory.c b/src/bin/pg_dump/pg_backup_directory.c index 111c3e822a8..2e110acfff0 100644 --- a/src/bin/pg_dump/pg_backup_directory.c +++ b/src/bin/pg_dump/pg_backup_directory.c @@ -33,7 +33,6 @@ *------------------------------------------------------------------------- */ -#include "pg_backup_archiver.h" #include "compress_io.h" #include <dirent.h> diff --git a/src/bin/psql/mbprint.c b/src/bin/psql/mbprint.c index 248a4db0428..ff9293a07a7 100644 --- a/src/bin/psql/mbprint.c +++ b/src/bin/psql/mbprint.c @@ -12,7 +12,6 @@ #include "postgres_fe.h" #include "mbprint.h" -#include "libpq-fe.h" #ifndef PGSCRIPTS #include "settings.h" #endif diff --git a/src/bin/psql/settings.h b/src/bin/psql/settings.h index 2bb3f3153b8..cec216fbc07 100644 --- a/src/bin/psql/settings.h +++ b/src/bin/psql/settings.h @@ -8,7 +8,6 @@ #ifndef SETTINGS_H #define SETTINGS_H -#include "libpq-fe.h" #include "variables.h" #include "print.h" |
