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/htup.h | |
| parent | 0df761420d30e89fa606e34795e5f3da0713d6f6 (diff) | |
| download | postgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.tar.gz | |
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/include/access/htup.h')
| -rw-r--r-- | src/include/access/htup.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/access/htup.h b/src/include/access/htup.h index 3901e5f10f..507a17907f 100644 --- a/src/include/access/htup.h +++ b/src/include/access/htup.h @@ -1,4 +1,4 @@ -/*------------------------------------------------------------------------- + /*------------------------------------------------------------------------- * * htup.h * POSTGRES heap tuple definitions. @@ -6,17 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: htup.h,v 1.22 1999/07/12 13:32:38 momjian Exp $ + * $Id: htup.h,v 1.23 1999/07/15 15:20:54 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef HTUP_H #define HTUP_H -#include <utils/nabstime.h> #include <storage/bufpage.h> -#include <storage/itemptr.h> -#include <utils/memutils.h> #define MinHeapTupleBitmapSize 32 /* 8 * 4 */ |
