diff options
| author | Marc G. Fournier | 1996-11-03 05:08:01 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1996-11-03 05:08:01 +0000 |
| commit | 6fac4602ae2d88acdbc99f8de4ca371cc1228b92 (patch) | |
| tree | c511cb1436c3e8fd1466a24a614231f499e87825 /src/backend/storage/ipc/ipci.c | |
| parent | 66637f4a2f8e69af70f54b346956839390388ae5 (diff) | |
Clean up Makefile(s)
Add #include "postgres.h" as required
Remove #include "c.h" *and* "utils/elog.h" as applicable
Diffstat (limited to 'src/backend/storage/ipc/ipci.c')
| -rw-r--r-- | src/backend/storage/ipc/ipci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c index 18d3cccd0ee..6566657f417 100644 --- a/src/backend/storage/ipc/ipci.c +++ b/src/backend/storage/ipc/ipci.c @@ -7,15 +7,14 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.1.1.1 1996/07/09 06:21:54 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.2 1996/11/03 05:06:55 scrappy Exp $ * *------------------------------------------------------------------------- */ -#include "c.h" +#include "postgres.h" #include "storage/ipc.h" #include "storage/multilev.h" -#include "utils/elog.h" #include "storage/sinval.h" #include "storage/bufmgr.h" #include "storage/proc.h" |
