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

More intelligent #include cleanups, as pointed out by Bryan...

Compiled with -Wall -Werror
This commit is contained in:
Marc G. Fournier
1996-11-01 09:41:41 +00:00
parent 3516eda61c
commit a95674269f
8 changed files with 51 additions and 118 deletions

View File

@@ -8,42 +8,27 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.6 1996/10/21 11:49:39 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.7 1996/11/01 09:41:39 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <stdio.h>
#include <sys/types.h>
#include <time.h>
#include <netinet/in.h>
#include "postgres.h"
#include "fmgr.h"
#include "access/attnum.h"
#include "catalog/pg_am.h"
#include "catalog/pg_attribute.h"
#include "catalog/pg_class.h"
#include "libpq/pqcomm.h"
#include "nodes/nodes.h"
#include "nodes/pg_list.h"
#include "storage/block.h"
#include "storage/buf.h"
#include "storage/fd.h"
#include "storage/off.h"
#include "utils/nabstime.h"
#include "utils/palloc.h"
#include "libpq/libpq.h"
#include "storage/itemptr.h"
#include "access/tupdesc.h"
#include "rewrite/prs2lock.h"
#include "access/skey.h"
#include "access/strat.h"
#include "access/htup.h"
#include "utils/rel.h"
#include "access/tupdesc.h"
#include "fmgr.h"
#include "libpq/pqcomm.h"
#include "storage/buf.h"
#include "utils/palloc.h"
#include "libpq/libpq.h"
#include "catalog/pg_type.h"
#include "utils/syscache.h"