summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 06:27:33 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 06:27:33 +0000
commit0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd (patch)
tree95147a8a4173cccc145d9a63c307aac10b2171c9 /src/include/access
parente77f64af62409c5b10f76e5d66706358ae5f4600 (diff)
downloadpostgresql-0eac5b0ed5f57f1567ade5685701f9f0b2d7c7dd.tar.gz
Welp, another subdirectory cleaned out of redundant/unused #include
files
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/gist.h5
-rw-r--r--src/include/access/relscan.h11
2 files changed, 4 insertions, 12 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index e2d59c2f9f..e77918a21a 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -12,11 +12,8 @@
#ifndef GIST_H
#define GIST_H
-#include "utils/rel.h"
-#include "storage/off.h"
-#include "storage/block.h"
#include "storage/bufpage.h"
-#include "access/skey.h"
+
/*
** You can have as many strategies as you please in GiSTs, as
diff --git a/src/include/access/relscan.h b/src/include/access/relscan.h
index 561fc3298b..43ee60acbc 100644
--- a/src/include/access/relscan.h
+++ b/src/include/access/relscan.h
@@ -6,22 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: relscan.h,v 1.1 1996/08/27 21:50:20 scrappy Exp $
+ * $Id: relscan.h,v 1.2 1996/10/19 06:27:08 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RELSCAN_H
#define RELSCAN_H
-#include "c.h"
-
-#include "access/skey.h"
+#include "utils/tqual.h"
#include "storage/buf.h"
-#include "access/htup.h"
-#include "storage/itemptr.h"
-#include "utils/tqual.h"
-#include "utils/rel.h"
+
typedef ItemPointerData MarkData;