diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 15:21:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 15:21:54 +0000 |
commit | 4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (patch) | |
tree | 35742cac274127492f314850d8baca1215a1e68e /src/include/access/gist.h | |
parent | 0df761420d30e89fa606e34795e5f3da0713d6f6 (diff) | |
download | postgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.tar.gz postgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.zip |
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r-- | src/include/access/gist.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h index 383877e9ada..b1c31b2c66b 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -16,12 +16,6 @@ #include <access/itup.h> #include <access/relscan.h> #include <access/sdir.h> -#include <storage/page.h> -#include <storage/block.h> -#include <utils/rel.h> -#include <storage/off.h> - -#include <fmgr.h> /* ** You can have as many strategies as you please in GiSTs, as |