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/heapam.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/heapam.h')
| -rw-r--r-- | src/include/access/heapam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h index 17f5f2aede..1071fa6d9c 100644 --- a/src/include/access/heapam.h +++ b/src/include/access/heapam.h @@ -6,20 +6,20 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: heapam.h,v 1.43 1999/07/10 22:06:26 tgl Exp $ + * $Id: heapam.h,v 1.44 1999/07/15 15:20:53 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef HEAPAM_H #define HEAPAM_H +#include <time.h> #include "access/tupmacs.h" #include "access/htup.h" #include "access/relscan.h" #include "storage/block.h" #include "utils/rel.h" #include "utils/tqual.h" -#include <time.h> /* ---------------------------------------------------------------- * heap access method statistics |
