From a9591ce66aa69e82196800b0f4f7b6e35aea8e49 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 23:04:24 +0000 Subject: Change #include's to use <> and "" as appropriate. --- src/backend/access/index/indexam.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/backend/access/index/indexam.c') diff --git a/src/backend/access/index/indexam.c b/src/backend/access/index/indexam.c index 7d59e2b128..00d5fdf21a 100644 --- a/src/backend/access/index/indexam.c +++ b/src/backend/access/index/indexam.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.33 1999/07/15 22:38:43 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.34 1999/07/15 23:02:59 momjian Exp $ * * INTERFACE ROUTINES * index_open - open an index relation by relationId @@ -63,11 +63,11 @@ *------------------------------------------------------------------------- */ -#include +#include "postgres.h" -#include -#include -#include +#include "access/genam.h" +#include "utils/relcache.h" +#include "access/heapam.h" /* ---------------- * undefine macros we aren't going to use that would otherwise -- cgit v1.2.1