diff options
| author | Bruce Momjian | 1999-07-15 22:40:16 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-07-15 22:40:16 +0000 |
| commit | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (patch) | |
| tree | bb72a1ec4e38514c726a73b1344971307c2db01e /src/backend/storage/ipc/spin.c | |
| parent | 40a89e08b2d7bb592d940e56f696df4a6459e7a3 (diff) | |
Remove unused #includes in *.c files.
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> |
