diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
| commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
| tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/backend/access/gin/ginvacuum.c | |
| parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) | |
| download | postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.tar.gz | |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/backend/access/gin/ginvacuum.c')
| -rw-r--r-- | src/backend/access/gin/ginvacuum.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/backend/access/gin/ginvacuum.c b/src/backend/access/gin/ginvacuum.c index e3ba203506..c6551939a2 100644 --- a/src/backend/access/gin/ginvacuum.c +++ b/src/backend/access/gin/ginvacuum.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gin/ginvacuum.c,v 1.3 2006/07/11 17:04:12 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/access/gin/ginvacuum.c,v 1.4 2006/07/14 14:52:16 momjian Exp $ *------------------------------------------------------------------------- */ @@ -16,12 +16,9 @@ #include "access/genam.h" #include "access/gin.h" #include "access/heapam.h" -#include "catalog/index.h" #include "miscadmin.h" #include "storage/freespace.h" #include "storage/freespace.h" -#include "storage/smgr.h" -#include "utils/memutils.h" #include "commands/vacuum.h" typedef struct { |
