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/lselect.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/lselect.h')
-rw-r--r-- | src/include/utils/lselect.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/utils/lselect.h b/src/include/utils/lselect.h index 981c3683456..b64e8532775 100644 --- a/src/include/utils/lselect.h +++ b/src/include/utils/lselect.h @@ -6,18 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: lselect.h,v 1.12 1999/02/13 23:22:24 momjian Exp $ + * $Id: lselect.h,v 1.12.2.1 1999/08/02 05:25:25 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef LSELECT_H #define LSELECT_H -#include <stdio.h> - -#include "access/skey.h" -#include "access/tupdesc.h" -#include "access/htup.h" #include "utils/syscache.h" struct leftist |