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/storage/itemptr.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/storage/itemptr.h')
-rw-r--r-- | src/include/storage/itemptr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h index d4209801e53..ec69153fbf1 100644 --- a/src/include/storage/itemptr.h +++ b/src/include/storage/itemptr.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itemptr.h,v 1.2 1996/10/19 04:01:41 scrappy Exp $ + * $Id: itemptr.h,v 1.3 1996/11/01 09:19:00 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef ITEMPTR_H #define ITEMPTR_H -#include "storage/block.h" +#include "storage/block.h" #include "storage/off.h" /* |