diff options
Diffstat (limited to 'src/include/catalog/heap.h')
-rw-r--r-- | src/include/catalog/heap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/catalog/heap.h b/src/include/catalog/heap.h index 09aa05f44c2..24c02cd8fcf 100644 --- a/src/include/catalog/heap.h +++ b/src/include/catalog/heap.h @@ -7,17 +7,14 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/heap.h,v 1.84 2006/07/03 22:45:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/catalog/heap.h,v 1.85 2006/07/13 16:49:19 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef HEAP_H #define HEAP_H -#include "catalog/pg_attribute.h" -#include "nodes/parsenodes.h" #include "parser/parse_node.h" -#include "utils/rel.h" typedef struct RawColumnDefault |