1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Final #include cleanup.

This commit is contained in:
Bruce Momjian
2000-06-15 04:10:30 +00:00
parent df43800fc8
commit 946e80c435
26 changed files with 29 additions and 68 deletions

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.60 2000/06/14 03:19:24 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.61 2000/06/15 04:10:00 momjian Exp $
*
* NOTES:
*
@ -49,7 +49,6 @@
#include "postgres.h"
#include "miscadmin.h"
#include "storage/fd.h"
#include "storage/ipc.h"
/*
* Problem: Postgres does a system(ld...) to do dynamic loading.