mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
Remove unused #includes in *.c files.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.27 1999/07/15 15:20:30 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.28 1999/07/15 22:40:06 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -18,17 +18,12 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "config.h" /* for MAXPATHLEN */
|
||||
#include "fmgr.h" /* generated by Gen_fmgrtab.sh */
|
||||
#include "utils/dynamic_loader.h"
|
||||
#include "utils/builtins.h"
|
||||
#include "access/heapam.h"
|
||||
#include "nodes/pg_list.h"
|
||||
|
||||
#include "dynloader.h"
|
||||
|
||||
#ifdef __ultrix
|
||||
#include <dl.h>
|
||||
#endif
|
||||
|
||||
#include "catalog/catname.h"
|
||||
|
||||
Reference in New Issue
Block a user