diff options
Diffstat (limited to 'src/include/pgstat.h')
-rw-r--r-- | src/include/pgstat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/pgstat.h b/src/include/pgstat.h index 59e6a29f2b1..6dcdcb1ecb5 100644 --- a/src/include/pgstat.h +++ b/src/include/pgstat.h @@ -5,14 +5,12 @@ * * Copyright (c) 2001, PostgreSQL Global Development Group * - * $Id: pgstat.h,v 1.11 2002/12/05 04:04:51 momjian Exp $ + * $Id: pgstat.h,v 1.12 2003/01/09 18:00:24 tgl Exp $ * ---------- */ #ifndef PGSTAT_H #define PGSTAT_H -#include "miscadmin.h" - /* ---------- * Paths for the statistics files. The %s is replaced with the * installations $PGDATA. |