From 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 15 Jul 1999 22:40:16 +0000 Subject: Remove unused #includes in *.c files. --- src/backend/storage/ipc/ipci.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/backend/storage/ipc/ipci.c') diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c index b32c7f91ea..89af501ff9 100644 --- a/src/backend/storage/ipc/ipci.c +++ b/src/backend/storage/ipc/ipci.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.26 1999/05/31 18:28:52 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.27 1999/07/15 22:39:48 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,12 +16,8 @@ #include "postgres.h" -#include "storage/ipc.h" #include "storage/sinval.h" #include "storage/bufmgr.h" -#include "storage/proc.h" -#include "storage/smgr.h" -#include "storage/lock.h" #include "miscadmin.h" /* for DebugLvl */ /* -- cgit v1.2.1