aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-11 17:26:59 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-11 17:26:59 +0000
commit0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c (patch)
tree0abe48cec8e75ac7d750cddbc23a7f3abdf6f2ce /src/backend/commands/sequence.c
parent3a534ade394c8957b117ef1923c4e8c2fb2ffab1 (diff)
downloadpostgresql-0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c.tar.gz
postgresql-0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c.zip
Alphabetically order reference to include files, "N" - "S".
Diffstat (limited to 'src/backend/commands/sequence.c')
-rw-r--r--src/backend/commands/sequence.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/sequence.c b/src/backend/commands/sequence.c
index cae956c22d9..b4c26609883 100644
--- a/src/backend/commands/sequence.c
+++ b/src/backend/commands/sequence.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/commands/sequence.c,v 1.134 2006/07/03 22:45:38 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/sequence.c,v 1.135 2006/07/11 17:26:58 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,8 +18,8 @@
#include "catalog/namespace.h"
#include "catalog/pg_type.h"
#include "commands/defrem.h"
-#include "commands/tablecmds.h"
#include "commands/sequence.h"
+#include "commands/tablecmds.h"
#include "miscadmin.h"
#include "nodes/makefuncs.h"
#include "utils/acl.h"