summaryrefslogtreecommitdiff
path: root/src/backend/catalog
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-11 17:04:13 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-11 17:04:13 +0000
commit3a534ade394c8957b117ef1923c4e8c2fb2ffab1 (patch)
tree0681f48e3236e8bac101a4d0b08008126b5706cc /src/backend/catalog
parent0031f99bfadf61a1a49c8d351ab915446efa8f83 (diff)
downloadpostgresql-3a534ade394c8957b117ef1923c4e8c2fb2ffab1.tar.gz
Alphabetically order reference to include files, "G" - "M".
Diffstat (limited to 'src/backend/catalog')
-rw-r--r--src/backend/catalog/heap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c
index 67b5a27836..f31a75b679 100644
--- a/src/backend/catalog/heap.c
+++ b/src/backend/catalog/heap.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.306 2006/07/10 16:20:49 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/heap.c,v 1.307 2006/07/11 17:04:13 momjian Exp $
*
*
* INTERFACE ROUTINES
@@ -29,8 +29,8 @@
*/
#include "postgres.h"
-#include "access/heapam.h"
#include "access/genam.h"
+#include "access/heapam.h"
#include "catalog/catalog.h"
#include "catalog/dependency.h"
#include "catalog/heap.h"