aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/indexvalid.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-21 11:49:41 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-21 11:49:41 +0000
commit82b83f6f71a1c9ab6544b9572c97dbebd70b446c (patch)
treee3fff30c0c3c247b6e831181b2dea6bd5739d302 /src/backend/access/common/indexvalid.c
parent9a7fda57eefacf8241809ec00210b9d1be5f5878 (diff)
downloadpostgresql-82b83f6f71a1c9ab6544b9572c97dbebd70b446c.tar.gz
postgresql-82b83f6f71a1c9ab6544b9572c97dbebd70b446c.zip
Cosmetic changes to ordering of #include files
Diffstat (limited to 'src/backend/access/common/indexvalid.c')
-rw-r--r--src/backend/access/common/indexvalid.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/backend/access/common/indexvalid.c b/src/backend/access/common/indexvalid.c
index 41eff140704..b5854db5697 100644
--- a/src/backend/access/common/indexvalid.c
+++ b/src/backend/access/common/indexvalid.c
@@ -7,29 +7,29 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.5 1996/10/20 22:04:43 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.6 1996/10/21 11:49:38 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
-#include "postgres.h"
+#include <time.h>
-#include "storage/block.h"
-#include "storage/off.h"
-#include "storage/itemptr.h"
-#include "catalog/pg_attribute.h"
+#include "postgres.h"
#include "access/attnum.h"
+#include "catalog/pg_attribute.h"
+#include "executor/execdebug.h"
#include "nodes/pg_list.h"
-#include "access/tupdesc.h"
-#include "access/itup.h"
+#include "storage/off.h"
+#include "storage/block.h"
+#include "utils/nabstime.h"
#include "access/skey.h"
+#include "access/tupdesc.h"
+#include "storage/itemptr.h"
-#include <time.h>
-#include "utils/nabstime.h"
#include "access/htup.h"
+#include "access/itup.h"
-#include "executor/execdebug.h"
/* ----------------------------------------------------------------
* index scan key qualification code