diff options
Diffstat (limited to 'src/include/access/htup.h')
-rw-r--r-- | src/include/access/htup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 7a14fa35c22..caac3229f35 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -7,14 +7,13 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.84 2006/07/13 16:49:19 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/htup.h,v 1.85 2006/07/13 17:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef HTUP_H #define HTUP_H -#include "storage/bufpage.h" #include "storage/itemptr.h" #include "storage/relfilenode.h" |