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/utils/inval.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/utils/inval.h')
-rw-r--r-- | src/include/utils/inval.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h index 321c5deaf2c..293931c3e47 100644 --- a/src/include/utils/inval.h +++ b/src/include/utils/inval.h @@ -6,15 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: inval.h,v 1.11 1999/02/13 23:22:23 momjian Exp $ + * $Id: inval.h,v 1.11.2.1 1999/08/02 05:25:25 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef INVAL_H #define INVAL_H -#include <access/htup.h> -#include <utils/rel.h> +#include "access/htup.h" extern void InitLocalInvalidateData(void); |