summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginbulk.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
commite0522505bd13bc5aae993fc50b8f420665d78e96 (patch)
tree34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/backend/access/gin/ginbulk.c
parentae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff)
downloadpostgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.tar.gz
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/backend/access/gin/ginbulk.c')
-rw-r--r--src/backend/access/gin/ginbulk.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/backend/access/gin/ginbulk.c b/src/backend/access/gin/ginbulk.c
index 58fa1b34d7..3a45356591 100644
--- a/src/backend/access/gin/ginbulk.c
+++ b/src/backend/access/gin/ginbulk.c
@@ -8,19 +8,12 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/access/gin/ginbulk.c,v 1.2 2006/07/11 16:55:34 teodor Exp $
+ * $PostgreSQL: pgsql/src/backend/access/gin/ginbulk.c,v 1.3 2006/07/14 14:52:16 momjian Exp $
*-------------------------------------------------------------------------
*/
#include "postgres.h"
-#include "access/genam.h"
#include "access/gin.h"
-#include "access/heapam.h"
-#include "catalog/index.h"
-#include "miscadmin.h"
-#include "storage/freespace.h"
-#include "utils/memutils.h"
-#include "access/tuptoaster.h"
#define DEF_NENTRY 2048
#define DEF_NPTR 4