summaryrefslogtreecommitdiff
path: root/src/include/access/tupdesc.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-01 09:22:37 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-01 09:22:37 +0000
commitf44acab12c7fe509335f6ae9df94584a905d42f7 (patch)
tree8b88857cd8c89f77e34d024f2fba6d3cc8703be5 /src/include/access/tupdesc.h
parent6d4c760eb583b103fbbb51b2a62d71445de32ab5 (diff)
downloadpostgresql-f44acab12c7fe509335f6ae9df94584a905d42f7.tar.gz
Include dependencies based on tupdesc.h, as:
access/tupdesc.h catalog/pg_attribute.h nodes/pg_list.h nodes/nodes.h access/attnum.h
Diffstat (limited to 'src/include/access/tupdesc.h')
-rw-r--r--src/include/access/tupdesc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index 8557fa607e..5323a734b9 100644
--- a/src/include/access/tupdesc.h
+++ b/src/include/access/tupdesc.h
@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: tupdesc.h,v 1.3 1996/10/19 03:58:34 scrappy Exp $
+ * $Id: tupdesc.h,v 1.4 1996/11/01 09:22:33 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TUPDESC_H
#define TUPDESC_H
+#include "nodes/pg_list.h"
#include "catalog/pg_attribute.h"
#include "access/attnum.h"
-#include "nodes/pg_list.h"
typedef struct tupleDesc {
/*------------------------------------------------------------------------