diff options
| author | Bruce Momjian | 2006-07-14 14:52:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-07-14 14:52:27 +0000 |
| commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
| tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/backend/storage/ipc/shmem.c | |
| parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) | |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/backend/storage/ipc/shmem.c')
| -rw-r--r-- | src/backend/storage/ipc/shmem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/storage/ipc/shmem.c b/src/backend/storage/ipc/shmem.c index 9e95af1ac2d..3bce41d4abb 100644 --- a/src/backend/storage/ipc/shmem.c +++ b/src/backend/storage/ipc/shmem.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/storage/ipc/shmem.c,v 1.92 2006/07/13 16:49:16 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/storage/ipc/shmem.c,v 1.93 2006/07/14 14:52:22 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -71,7 +71,6 @@ #include "storage/pg_shmem.h" #include "storage/shmem.h" #include "storage/spin.h" -#include "utils/tqual.h" /* shared memory global variables */ |
