summaryrefslogtreecommitdiff
path: root/src/include/access/tupdesc.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 03:58:34 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 03:58:34 +0000
commitd9ebe7711f8d8ffd95ea35d8884718ced8b03d2d (patch)
tree264a1e107b2d7b3f50cc7fb2302fcfdd9ab10e4e /src/include/access/tupdesc.h
parentd7dd05db558fba193812bcfc43f879dbd9fe48b4 (diff)
downloadpostgresql-d9ebe7711f8d8ffd95ea35d8884718ced8b03d2d.tar.gz
clean out include files of including other includes files except those
absolutely required
Diffstat (limited to 'src/include/access/tupdesc.h')
-rw-r--r--src/include/access/tupdesc.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h
index b6cb6f447e..8557fa607e 100644
--- a/src/include/access/tupdesc.h
+++ b/src/include/access/tupdesc.h
@@ -6,18 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: tupdesc.h,v 1.2 1996/09/16 05:33:13 scrappy Exp $
+ * $Id: tupdesc.h,v 1.3 1996/10/19 03:58:34 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TUPDESC_H
#define TUPDESC_H
-#include "postgres.h"
-#include "access/attnum.h"
-#include "nodes/pg_list.h" /* for List */
#include "catalog/pg_attribute.h"
-
+#include "access/attnum.h"
+#include "nodes/pg_list.h"
typedef struct tupleDesc {
/*------------------------------------------------------------------------