diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 03:14:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 03:14:30 +0000 |
| commit | 9b645d481ccfa3638de915e0f75e3dfe9d520b79 (patch) | |
| tree | 99ce60a6b354e7f817eb5c502af6936739146596 /src/backend/storage/ipc | |
| parent | a9591ce66aa69e82196800b0f4f7b6e35aea8e49 (diff) | |
| download | postgresql-9b645d481ccfa3638de915e0f75e3dfe9d520b79.tar.gz | |
Update #include cleanups
Diffstat (limited to 'src/backend/storage/ipc')
| -rw-r--r-- | src/backend/storage/ipc/ipci.c | 4 | ||||
| -rw-r--r-- | src/backend/storage/ipc/shmqueue.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/storage/ipc/ipci.c b/src/backend/storage/ipc/ipci.c index 89af501ff9..31a4373b97 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.27 1999/07/15 22:39:48 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipci.c,v 1.28 1999/07/16 03:13:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,7 +18,7 @@ #include "storage/sinval.h" #include "storage/bufmgr.h" -#include "miscadmin.h" /* for DebugLvl */ +#include "miscadmin.h" /* * SystemPortAddressCreateMemoryKey diff --git a/src/backend/storage/ipc/shmqueue.c b/src/backend/storage/ipc/shmqueue.c index 6ab9a183cf..317af7f024 100644 --- a/src/backend/storage/ipc/shmqueue.c +++ b/src/backend/storage/ipc/shmqueue.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmqueue.c,v 1.10 1999/02/13 23:18:13 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/shmqueue.c,v 1.11 1999/07/16 03:13:35 momjian Exp $ * * NOTES * @@ -22,9 +22,9 @@ * *------------------------------------------------------------------------- */ -#include <stdio.h> /* for sprintf() */ +#include <stdio.h> #include "postgres.h" -#include "storage/shmem.h" /* where the declarations go */ +#include "storage/shmem.h" /*#define SHMQUEUE_DEBUG*/ #ifdef SHMQUEUE_DEBUG |
