summaryrefslogtreecommitdiff
path: root/src/include/executor/tuptable.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-04 08:53:07 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-04 08:53:07 +0000
commit434201d8d7260d478bfe6d45db30a9233c4106ef (patch)
tree8e167909e9cd09d63d6704e78779cde509404930 /src/include/executor/tuptable.h
parent63482946c7237c816c72ce5e19e970f79f368aa1 (diff)
downloadpostgresql-434201d8d7260d478bfe6d45db30a9233c4106ef.tar.gz
another pass through.
Note. all include files that have been hit so far have had extraneous include files cleaned out and are reduced to...the lowest common "include file", based on 'cc -Wall -I. test.c', where test.c is: #include "postgres.h" #include "<top of branches>" (ie. top of branches this time was utils/fcache2.h)
Diffstat (limited to 'src/include/executor/tuptable.h')
-rw-r--r--src/include/executor/tuptable.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h
index e9596739e4..4357e1240d 100644
--- a/src/include/executor/tuptable.h
+++ b/src/include/executor/tuptable.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: tuptable.h,v 1.3 1996/11/03 12:12:42 scrappy Exp $
+ * $Id: tuptable.h,v 1.4 1996/11/04 08:52:47 scrappy Exp $
*
* NOTES
* The tuple table interface is getting pretty ugly.
@@ -17,8 +17,9 @@
#ifndef TUPTABLE_H
#define TUPTABLE_H
-#include "access/htup.h"
-#include "storage/buf.h"
+#include <storage/buf.h>
+#include <access/tupdesc.h>
+#include <access/htup.h>
/* ----------------
* Note: the executor tuple table is managed and manipulated by special