From f44acab12c7fe509335f6ae9df94584a905d42f7 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Fri, 1 Nov 1996 09:22:37 +0000
Subject: [PATCH] Include dependencies based on tupdesc.h, as:

access/tupdesc.h
	catalog/pg_attribute.h
	nodes/pg_list.h
		nodes/nodes.h
	access/attnum.h
---
 src/include/access/tupdesc.h       | 4 ++--
 src/include/catalog/pg_attribute.h | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index 8557fa607eb..5323a734b97 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 {
 /*------------------------------------------------------------------------ 
diff --git a/src/include/catalog/pg_attribute.h b/src/include/catalog/pg_attribute.h
index 76605d3bc94..f4aa9aac3fd 100644
--- a/src/include/catalog/pg_attribute.h
+++ b/src/include/catalog/pg_attribute.h
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attribute.h,v 1.2 1996/10/31 09:47:19 scrappy Exp $
+ * $Id: pg_attribute.h,v 1.3 1996/11/01 09:22:37 scrappy Exp $
  *
  * NOTES
  *    the genbki.sh script reads this file and generates .bki
@@ -29,7 +29,6 @@
  *	can be read by both genbki.sh and the C compiler.
  * ----------------
  */
-#include "access/attnum.h"
 
 /* ----------------
  *	pg_attribute definition.  cpp turns this into
-- 
GitLab