diff options
Diffstat (limited to 'src/include/access/relscan.h')
-rw-r--r-- | src/include/access/relscan.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 4481c575e61..fe8b03f40c1 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 <storage/buf.h> -#include <utils/rel.h> -#include <access/htup.h> #include <utils/tqual.h> typedef ItemPointerData MarkData; |