diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 18:26:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 18:26:11 +0000 |
commit | ac230e7431d89af710592434e4c41c1335073f36 (patch) | |
tree | 6d22650f3a618ca56065b69cbd2739a3a5024141 /src/backend/tcop/utility.c | |
parent | 0ff3461bccb8c10525a3801b6b3c23c7b83a4d8c (diff) |
Alphabetically order reference to include files, "S"-"Z".
Diffstat (limited to 'src/backend/tcop/utility.c')
-rw-r--r-- | src/backend/tcop/utility.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c index 23bc8537a15..4a09bfaf6a4 100644 --- a/src/backend/tcop/utility.c +++ b/src/backend/tcop/utility.c @@ -10,7 +10,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/utility.c,v 1.259 2006/07/02 02:23:21 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/utility.c,v 1.260 2006/07/11 18:26:11 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -24,8 +24,8 @@ #include "commands/async.h" #include "commands/cluster.h" #include "commands/comment.h" -#include "commands/copy.h" #include "commands/conversioncmds.h" +#include "commands/copy.h" #include "commands/dbcommands.h" #include "commands/defrem.h" #include "commands/explain.h" |