diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
| commit | f7f2e18f8e002709d0b361b585c0887b718e8b93 (patch) | |
| tree | 145804bc27275f934484c6ded2d951eff476252c /src/include/access/relscan.h | |
| parent | 1409819a870e3028e1c519aec84c3b396ab14348 (diff) | |
| download | postgresql-f7f2e18f8e002709d0b361b585c0887b718e8b93.tar.gz | |
Remove tqual.h includes not needed.
Diffstat (limited to 'src/include/access/relscan.h')
| -rw-r--r-- | src/include/access/relscan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h index 78c91dd250..f8d0aed604 100644 --- a/src/include/access/relscan.h +++ b/src/include/access/relscan.h @@ -6,16 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: relscan.h,v 1.9 1997/11/20 23:23:33 momjian Exp $ + * $Id: relscan.h,v 1.10 1997/11/24 05:09:39 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RELSCAN_H #define RELSCAN_H -#include <utils/tqual.h> #include <storage/buf.h> #include <utils/rel.h> +#include <access/htup.h> typedef ItemPointerData MarkData; |
