diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:01:41 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-19 04:01:41 +0000 |
commit | c2c618fadaf362508dec8ac219b9715c847302f2 (patch) | |
tree | 38ae52fb5a5f51e9d309627d3cbfc16ee374390d /src | |
parent | d9ebe7711f8d8ffd95ea35d8884718ced8b03d2d (diff) | |
download | postgresql-c2c618fadaf362508dec8ac219b9715c847302f2.tar.gz postgresql-c2c618fadaf362508dec8ac219b9715c847302f2.zip |
anothre one reduced to its component parts
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/itemptr.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/storage/itemptr.h b/src/include/storage/itemptr.h index 7e443eadd52..d4209801e53 100644 --- a/src/include/storage/itemptr.h +++ b/src/include/storage/itemptr.h @@ -6,17 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itemptr.h,v 1.1 1996/08/28 01:58:11 scrappy Exp $ + * $Id: itemptr.h,v 1.2 1996/10/19 04:01:41 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef ITEMPTR_H #define ITEMPTR_H -#include "c.h" -#include "storage/block.h" +#include "storage/block.h" #include "storage/off.h" -#include "storage/itemid.h" /* * ItemPointer: |