aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/shmqueue.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-16 03:14:30 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-16 03:14:30 +0000
commit9b645d481ccfa3638de915e0f75e3dfe9d520b79 (patch)
tree99ce60a6b354e7f817eb5c502af6936739146596 /src/backend/storage/ipc/shmqueue.c
parenta9591ce66aa69e82196800b0f4f7b6e35aea8e49 (diff)
downloadpostgresql-9b645d481ccfa3638de915e0f75e3dfe9d520b79.tar.gz
postgresql-9b645d481ccfa3638de915e0f75e3dfe9d520b79.zip
Update #include cleanups
Diffstat (limited to 'src/backend/storage/ipc/shmqueue.c')
-rw-r--r--src/backend/storage/ipc/shmqueue.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/storage/ipc/shmqueue.c b/src/backend/storage/ipc/shmqueue.c
index 6ab9a183cfc..317af7f0243 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