diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-14 01:20:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-14 01:20:30 +0000 |
| commit | 0cf1b79528aa98fa7e0acfd60371251bd691cf5a (patch) | |
| tree | d42a4ac1e1d9cb77eed2cd0a07a4e3fb536f8fa2 /src/include/commands/vacuum.h | |
| parent | ad4948862c861a26094290ba1c9c1e11e5d4f96e (diff) | |
| download | postgresql-0cf1b79528aa98fa7e0acfd60371251bd691cf5a.tar.gz | |
Cleanup of /include #include's, for 6.6 only.
Diffstat (limited to 'src/include/commands/vacuum.h')
| -rw-r--r-- | src/include/commands/vacuum.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index f946188567..b456003f00 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -6,18 +6,20 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: vacuum.h,v 1.20 1999/05/25 22:42:43 momjian Exp $ + * $Id: vacuum.h,v 1.21 1999/07/14 01:20:15 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef VACUUM_H #define VACUUM_H +#include "fmgr.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/itemptr.h" #include "storage/off.h" |
