aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_dump/common.c')
-rw-r--r--src/bin/pg_dump/common.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c
index 6f921f7758c..d4e906ddd0c 100644
--- a/src/bin/pg_dump/common.c
+++ b/src/bin/pg_dump/common.c
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
*
* common.c
- * catalog routines used by pg_dump; long ago these were shared
+ * Catalog routines used by pg_dump; long ago these were shared
* by another dump tool, but not anymore.
*
* Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
@@ -13,14 +13,13 @@
*
*-------------------------------------------------------------------------
*/
-#include "postgres_fe.h"
+#include "pg_backup_archiver.h"
#include <ctype.h>
#include "catalog/pg_class.h"
-
-#include "pg_backup_archiver.h"
#include "dumpmem.h"
+#include "dumputils.h"
/*