diff options
Diffstat (limited to 'src/bin/pg_dump/common.c')
-rw-r--r-- | src/bin/pg_dump/common.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c index 288b9d68f5b..2d41a52e191 100644 --- a/src/bin/pg_dump/common.c +++ b/src/bin/pg_dump/common.c @@ -11,18 +11,17 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.102 2008/01/01 19:45:55 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/common.c,v 1.103 2008/03/27 03:57:33 tgl Exp $ * *------------------------------------------------------------------------- */ - #include "postgres_fe.h" -#include "pg_backup_archiver.h" -#include "postgres.h" +#include <ctype.h> + #include "catalog/pg_class.h" -#include <ctype.h> +#include "pg_backup_archiver.h" /* |