aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/genam.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-03 12:13:35 +0000
commitff36ebc922566542f4f18c4e76a379bc620dfde4 (patch)
tree7761b783cc49e2cf2809b1efb67d3f2208e6b89b /src/include/access/genam.h
parent71cd646a34d3ad4aa10e586aea69c6818c3b1bc9 (diff)
downloadpostgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.tar.gz
postgresql-ff36ebc922566542f4f18c4e76a379bc620dfde4.zip
More cleans of the inter-dependencies in the #include files
Diffstat (limited to 'src/include/access/genam.h')
-rw-r--r--src/include/access/genam.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/access/genam.h b/src/include/access/genam.h
index b23533cbe36..ea812199930 100644
--- a/src/include/access/genam.h
+++ b/src/include/access/genam.h
@@ -6,20 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: genam.h,v 1.2 1996/10/31 09:46:37 scrappy Exp $
+ * $Id: genam.h,v 1.3 1996/11/03 12:12:22 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef GENAM_H
#define GENAM_H
-
-#include "access/attnum.h"
-#include "access/htup.h"
-#include "access/istrat.h"
#include "access/itup.h"
#include "access/relscan.h"
-#include "access/skey.h"
#include "access/sdir.h"
#include "access/funcindex.h"