summaryrefslogtreecommitdiff
path: root/src/include/access/htup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/htup.h')
-rw-r--r--src/include/access/htup.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index 3901e5f10f..507a17907f 100644
--- a/src/include/access/htup.h
+++ b/src/include/access/htup.h
@@ -1,4 +1,4 @@
-/*-------------------------------------------------------------------------
+ /*-------------------------------------------------------------------------
*
* htup.h
* POSTGRES heap tuple definitions.
@@ -6,17 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: htup.h,v 1.22 1999/07/12 13:32:38 momjian Exp $
+ * $Id: htup.h,v 1.23 1999/07/15 15:20:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HTUP_H
#define HTUP_H
-#include <utils/nabstime.h>
#include <storage/bufpage.h>
-#include <storage/itemptr.h>
-#include <utils/memutils.h>
#define MinHeapTupleBitmapSize 32 /* 8 * 4 */