summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-13 17:47:02 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-13 17:47:02 +0000
commitb844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b (patch)
tree2e85fe9d1fe7eeb0f9a8408213ac654333824973 /src/include/commands
parent66c15dfda1a710adc8c0dac061481774123ca27e (diff)
downloadpostgresql-b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b.tar.gz
More include file adjustments.
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/vacuum.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index f7164f21ef..ff68d68f83 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.65 2006/07/13 16:49:19 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/commands/vacuum.h,v 1.66 2006/07/13 17:47:01 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,10 +15,13 @@
#define VACUUM_H
#include "access/htup.h"
+#include "access/tupdesc.h"
+#include "catalog/pg_attribute.h"
#include "catalog/pg_statistic.h"
#include "catalog/pg_type.h"
#include "nodes/parsenodes.h"
#include "storage/lock.h"
+#include "utils/rel.h"
/*----------
* ANALYZE builds one of these structs for each attribute (column) that is