diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:19:11 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:19:11 +0000 |
commit | 6d4c760eb583b103fbbb51b2a62d71445de32ab5 (patch) | |
tree | 87bb95420cd261bfa28740e57ce2a3a830ad5177 /src/include/utils/nabstime.h | |
parent | ea94d639d0cdc9cae62e9dc2cd26a13d6856c7d2 (diff) |
Include file cleanup:
Based on include files require by htup.h, as:
access/htup.h
storage/itemptr.h
storage/block.h
storage/off.h
utils/nabstime.h
<time.h>
Diffstat (limited to 'src/include/utils/nabstime.h')
-rw-r--r-- | src/include/utils/nabstime.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/utils/nabstime.h b/src/include/utils/nabstime.h index d36dec3ac7f..92b5b65ab4e 100644 --- a/src/include/utils/nabstime.h +++ b/src/include/utils/nabstime.h @@ -6,19 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nabstime.h,v 1.1 1996/08/28 01:59:13 scrappy Exp $ + * $Id: nabstime.h,v 1.2 1996/11/01 09:19:11 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef NABSTIME_H #define NABSTIME_H -#include <sys/types.h> #include <time.h> -#if !defined(PORTNAME_irix5) -#include <sys/timeb.h> -#endif -#include "miscadmin.h" /* for SystemTime */ /* ---------------------------------------------------------------- * time types + support macros |