1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Alphabetically order reference to include files, "G" - "M".

This commit is contained in:
Bruce Momjian
2006-07-11 17:04:13 +00:00
parent 0031f99bfa
commit 3a534ade39
14 changed files with 37 additions and 37 deletions

View File

@@ -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"