summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/vacuum.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h
index 9068751d7eb..2f72f767e5b 100644
--- a/src/include/commands/vacuum.h
+++ b/src/include/commands/vacuum.h
@@ -6,15 +6,20 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: vacuum.h,v 1.10 1997/09/08 21:51:47 momjian Exp $
+ * $Id: vacuum.h,v 1.11 1997/11/26 01:26:08 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef VACUUM_H
#define VACUUM_H
-#include <access/funcindex.h>
-#include <catalog/pg_index.h>
+#include "access/funcindex.h"
+#include "catalog/pg_index.h"
+#include "catalog/pg_attribute.h"
+#include "nodes/pg_list.h"
+#include "storage/block.h"
+#include "storage/off.h"
+
typedef struct VAttListData
{