aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-11 16:35:33 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-11 16:35:33 +0000
commitfa601357fb6c907a8e339b8a2ea7b4a8e2acf212 (patch)
treedbf1ae363c4d7c83a0f24042c96ee02289b7278f /src/include
parentc469aed1cb4b745bdebd2fed7b87db64bb5310d7 (diff)
downloadpostgresql-fa601357fb6c907a8e339b8a2ea7b4a8e2acf212.tar.gz
postgresql-fa601357fb6c907a8e339b8a2ea7b4a8e2acf212.zip
Sort reference of include files, "A" - "F".
Diffstat (limited to 'src/include')
-rw-r--r--src/include/executor/execdesc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/execdesc.h b/src/include/executor/execdesc.h
index 263cc26d376..00822bec010 100644
--- a/src/include/executor/execdesc.h
+++ b/src/include/executor/execdesc.h
@@ -8,15 +8,15 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/executor/execdesc.h,v 1.31 2006/03/05 15:58:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/executor/execdesc.h,v 1.32 2006/07/11 16:35:33 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECDESC_H
#define EXECDESC_H
-#include "nodes/parsenodes.h"
#include "nodes/execnodes.h"
+#include "nodes/parsenodes.h"
#include "tcop/dest.h"