From 4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 15:21:54 +0000 Subject: Clean up #include in /include directory. Add scripts for checking includes. --- src/include/access/relscan.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/include/access/relscan.h') diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 4481c575e6..fe8b03f40c 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -6,16 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: relscan.h,v 1.15 1999/05/25 16:13:33 momjian Exp $ + * $Id: relscan.h,v 1.16 1999/07/15 15:20:55 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RELSCAN_H #define RELSCAN_H -#include -#include -#include #include typedef ItemPointerData MarkData; -- cgit v1.2.1