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.c19
1 files changed, 5 insertions, 14 deletions
diff --git a/src/backend/access/heap/stats.c b/src/backend/access/heap/stats.c
index 7f395590699..c3bf34006e6 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.6 1996/11/03 12:34:55 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.7 1996/11/05 09:53:03 scrappy Exp $
*
* NOTES
* initam should be moved someplace else.
@@ -15,22 +15,13 @@
*-------------------------------------------------------------------------
*/
-#include <stdio.h>
+#include <postgres.h>
-#include "postgres.h"
-
-#include "access/relscan.h"
-
-#include "access/heapam.h"
-
-#include "nodes/memnodes.h"
-
-#include "utils/mcxt.h"
-
-#include "utils/palloc.h"
+#include <access/heapam.h>
+#include <utils/mcxt.h>
#ifndef HAVE_MEMMOVE
-# include "regex/utils.h"
+# include <regex/utils.h>
#else
# include <string.h>
#endif