diff options
author | Marc G. Fournier <scrappy@hub.org> | 1999-08-02 05:25:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1999-08-02 05:25:27 +0000 |
commit | 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 (patch) | |
tree | c97d5f26e89cc9d33c5be420a5e7688835644c77 /src/include/access/rtree.h | |
parent | 62d146bdcd784280b573acd8af52488e66e212cf (diff) |
Another 'mega-commit' of back-patches ...
- integrating the #include file cleanup that Bruce recently did
- got the CPU change to adt/Makefile
- changing DOUBLEALIGN -> MAXALIGN
Diffstat (limited to 'src/include/access/rtree.h')
-rw-r--r-- | src/include/access/rtree.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/include/access/rtree.h b/src/include/access/rtree.h index 0cc2381b7dc..7df75cd0ac4 100644 --- a/src/include/access/rtree.h +++ b/src/include/access/rtree.h @@ -6,21 +6,17 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: rtree.h,v 1.14 1999/02/13 23:20:57 momjian Exp $ + * $Id: rtree.h,v 1.14.2.1 1999/08/02 05:25:22 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef RTREE_H #define RTREE_H -#include <access/funcindex.h> -#include <access/itup.h> -#include <access/relscan.h> -#include <access/sdir.h> -#include <access/skey.h> -#include <access/strat.h> -#include <storage/block.h> -#include <storage/off.h> +#include "access/funcindex.h" +#include "access/itup.h" +#include "access/relscan.h" +#include "access/sdir.h" /* see rtstrat.c for what all this is about */ #define RTNStrategies 8 |