summaryrefslogtreecommitdiff
path: root/src/include/access/heapam.h
diff options
context:
space:
mode:
authorMarc G. Fournier1996-10-31 09:51:30 +0000
committerMarc G. Fournier1996-10-31 09:51:30 +0000
commit99412aef2326b5610a64a2fd2611bc0fb003296e (patch)
treeebe3b6557b912fab336d0721cd330eaf65cb16c3 /src/include/access/heapam.h
parent3341750769e061e83c068b5b78a048d6cba733ca (diff)
remove:
#include "postgres.h" #include "c.h"
Diffstat (limited to 'src/include/access/heapam.h')
-rw-r--r--src/include/access/heapam.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index 342dbab2a2d..802064cff0b 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: heapam.h,v 1.2 1996/09/23 08:36:39 scrappy Exp $
+ * $Id: heapam.h,v 1.3 1996/10/31 09:46:37 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,6 @@
#include <sys/types.h>
-#include "postgres.h"
#include "access/attnum.h"
#include "access/htup.h"