aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:06:48 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:06:48 +0000
commitf697bf3b8585e29601e4e62563b21c43cd7a9deb (patch)
tree0f521b8dc3069d72667d405aa4b81d811cd21ad2
parent6fd191c899a7098abe73f28cea74e53a2561858a (diff)
downloadpostgresql-f697bf3b8585e29601e4e62563b21c43cd7a9deb.tar.gz
postgresql-f697bf3b8585e29601e4e62563b21c43cd7a9deb.zip
and another
-rw-r--r--src/include/utils/rel.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index c848ae138eb..4e97be4e4d4 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -6,24 +6,18 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.1 1996/08/28 01:59:21 scrappy Exp $
+ * $Id: rel.h,v 1.2 1996/10/19 04:06:48 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef REL_H
#define REL_H
-#include "postgres.h"
-
#include "storage/fd.h"
-#include "access/strat.h"
-#include "access/tupdesc.h"
-
#include "catalog/pg_am.h"
-#include "catalog/pg_operator.h"
#include "catalog/pg_class.h"
-
#include "rewrite/prs2lock.h"
+#include "access/strat.h"
typedef struct RelationData {
File rd_fd; /* open file descriptor */