aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/heap/stats.c')
-rw-r--r--src/backend/access/heap/stats.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/access/heap/stats.c b/src/backend/access/heap/stats.c
index b17a71cdd9b..222af071dd4 100644
--- a/src/backend/access/heap/stats.c
+++ b/src/backend/access/heap/stats.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.16 1999/07/03 00:32:36 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.17 1999/07/15 15:18:35 momjian Exp $
*
* NOTES
* initam should be moved someplace else.
@@ -21,7 +21,6 @@
#include <postgres.h>
#include <access/heapam.h>
-#include <utils/mcxt.h>
#ifndef HAVE_MEMMOVE
#include <regex/utils.h>