mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Remove unused #includes in *.c files.
This commit is contained in:
src
backend
access
common
gist
hash
heap
index
nbtree
rtree
transam
bootstrap
catalog
commands
_deadcode
async.ccluster.ccommand.ccopy.ccreatinh.cdbcommands.cexplain.cindexcmds.cremove.crename.csequence.ctrigger.cuser.cvacuum.cview.cexecutor
execAmi.cexecFlatten.cexecJunk.cexecMain.cexecQual.cexecTuples.cexecUtils.cfunctions.cnodeAgg.cnodeAppend.cnodeGroup.cnodeHash.cnodeHashjoin.cnodeIndexscan.cnodeMaterial.cnodeNestloop.cnodeSeqscan.cnodeSort.cnodeSubplan.cnodeUnique.cspi.c
lib
libpq
be-dumpdata.cbe-fsstubs.cbe-pqexec.ccrypt.chba.cpassword.cportal.cportalbuf.cpqcomm.cpqformat.cpqpacket.cutil.c
nodes
optimizer
geqo
geqo_copy.cgeqo_cx.cgeqo_erx.cgeqo_eval.cgeqo_main.cgeqo_misc.cgeqo_mutation.cgeqo_ox1.cgeqo_ox2.cgeqo_pmx.cgeqo_pool.cgeqo_px.cgeqo_recombination.cgeqo_selection.c
path
allpaths.cclausesel.ccostsize.chashutils.cindxpath.cjoinpath.cjoinrels.cmergeutils.corindxpath.cpathkeys.cprune.c
plan
prep
util
parser
analyze.cparse_agg.cparse_clause.cparse_coerce.cparse_expr.cparse_func.cparse_oper.cparse_target.cparse_type.cparser.c
port
rewrite
storage
buffer
ipc
large_object
lmgr
page
smgr
tcop
utils
adt
datetime.cdatum.cgeo_selfuncs.cint.cmac.cmisc.cnetwork.cnot_in.cnumutils.cregproc.cruleutils.cselfuncs.csets.ctid.cvarchar.c
cache
error
fmgr
init
misc
mmgr
sort
time
tools
pginclude
@ -10,7 +10,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.12 1999/07/15 15:19:35 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.13 1999/07/15 22:39:41 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -19,10 +19,7 @@
|
||||
|
||||
#include "postgres.h"
|
||||
#ifdef HAVE_DLD_H
|
||||
#include <dld.h>
|
||||
#endif
|
||||
#include "dynloader.h"
|
||||
#include "fmgr.h"
|
||||
|
||||
#ifdef NOT_USED
|
||||
extern char *pg_pathname;
|
||||
|
Reference in New Issue
Block a user