summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorBruce Momjian2006-07-11 18:26:11 +0000
committerBruce Momjian2006-07-11 18:26:11 +0000
commitac230e7431d89af710592434e4c41c1335073f36 (patch)
tree6d22650f3a618ca56065b69cbd2739a3a5024141 /src/include/access
parent0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c (diff)
Alphabetically order reference to include files, "S"-"Z".
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/xact.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 6591ba0456b..5b4411d77be 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.82 2006/04/25 00:25:19 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/xact.h,v 1.83 2006/07/11 18:26:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,8 +15,8 @@
#define XACT_H
#include "access/xlog.h"
-#include "storage/relfilenode.h"
#include "nodes/pg_list.h"
+#include "storage/relfilenode.h"
#include "utils/timestamp.h"