summaryrefslogtreecommitdiff
path: root/src/backend/access/heap/tuptoaster.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-30 00:49:57 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-30 00:49:57 +0000
commita12a23f0d03cc8bf22c6c38bc2394753ec34fcdf (patch)
treee9b6cd03a066e0efeb47d137eebba3cb200f1916 /src/backend/access/heap/tuptoaster.c
parent2937505a3e0d5941e2510177df7fb6caa95d6f52 (diff)
Remove unused include files. Do not touch /port or includes used by defines.
Diffstat (limited to 'src/backend/access/heap/tuptoaster.c')
-rw-r--r--src/backend/access/heap/tuptoaster.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/access/heap/tuptoaster.c b/src/backend/access/heap/tuptoaster.c
index 3aadfb2cde0..0af5db0cafd 100644
--- a/src/backend/access/heap/tuptoaster.c
+++ b/src/backend/access/heap/tuptoaster.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.3 2000/04/12 17:14:45 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/heap/tuptoaster.c,v 1.4 2000/05/30 00:49:39 momjian Exp $
*
*
* INTERFACE ROUTINES
@@ -21,10 +21,6 @@
#include "postgres.h"
-#include "access/heapam.h"
-#include "access/tuptoaster.h"
-#include "catalog/catalog.h"
-#include "utils/rel.h"
#ifdef TUPLE_TOASTER_ACTIVE