From b43ebe5f83b28e06a3fd933b989aeccf0df7844a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Jul 2006 18:01:02 +0000 Subject: More include file adjustments. --- src/include/access/relscan.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include/access/relscan.h') diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 46446f30cf..cbe7b0c244 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.47 2006/07/13 17:47:01 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/relscan.h,v 1.48 2006/07/13 18:01:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,6 @@ #include "access/skey.h" #include "storage/bufpage.h" -#include "utils/rel.h" #include "utils/tqual.h" -- cgit v1.2.1