From 3a534ade394c8957b117ef1923c4e8c2fb2ffab1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Jul 2006 17:04:13 +0000 Subject: Alphabetically order reference to include files, "G" - "M". --- src/include/access/gist_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/access/gist_private.h') diff --git a/src/include/access/gist_private.h b/src/include/access/gist_private.h index bf9dd11e215..1df82fe9fbf 100644 --- a/src/include/access/gist_private.h +++ b/src/include/access/gist_private.h @@ -7,15 +7,15 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/gist_private.h,v 1.20 2006/07/03 22:45:39 tgl Exp $ + * $PostgreSQL: pgsql/src/include/access/gist_private.h,v 1.21 2006/07/11 17:04:13 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef GIST_PRIVATE_H #define GIST_PRIVATE_H -#include "access/itup.h" #include "access/gist.h" +#include "access/itup.h" #include "access/xlog.h" #include "access/xlogdefs.h" #include "fmgr.h" -- cgit v1.2.3