diff options
Diffstat (limited to 'src/backend/storage/ipc/spin.c')
-rw-r--r-- | src/backend/storage/ipc/spin.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/storage/ipc/spin.c b/src/backend/storage/ipc/spin.c index 3fe692ff088..c49ebc91948 100644 --- a/src/backend/storage/ipc/spin.c +++ b/src/backend/storage/ipc/spin.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.18 1999/02/13 23:18:17 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/ipc/Attic/spin.c,v 1.19 1999/07/15 22:39:49 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,12 +26,8 @@ */ #include <errno.h> #include "postgres.h" -#include "storage/ipc.h" #include "storage/s_lock.h" -#include "storage/shmem.h" -#include "storage/spin.h" #include "storage/proc.h" -#include "utils/trace.h" #ifndef HAS_TEST_AND_SET #include <sys/sem.h> |