1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

There...that pretty much cleans up redundant/unused #includes in

access/common...how many more directories to go? :)
This commit is contained in:
Marc G. Fournier
1996-10-19 04:51:44 +00:00
parent f4ba64a0ac
commit e77f64af62
7 changed files with 14 additions and 109 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.1.1.1 1996/07/09 06:21:10 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.2 1996/10/19 04:51:44 scrappy Exp $
*
* NOTES
* some of the executor utility code such as "ExecTypeFromTL" should be
@@ -15,29 +15,15 @@
*
*-------------------------------------------------------------------------
*/
#include <stdio.h> /* for sprintf() */
#include <ctype.h>
#include <string.h>
#include "postgres.h"
#include "nodes/pg_list.h"
#include "nodes/parsenodes.h"
#include "access/attnum.h"
#include "access/htup.h"
#include "access/tupdesc.h"
#include "utils/builtins.h"
#include "utils/elog.h" /* XXX generate exceptions instead */
#include "utils/palloc.h"
#include "utils/syscache.h"
#include "access/htup.h"
#include "catalog/pg_type.h"
#include "nodes/primnodes.h"
#include "utils/syscache.h"
#include "parser/catalog_utils.h"
#include "nodes/parsenodes.h"
/* ----------------------------------------------------------------
* CreateTemplateTupleDesc