diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 07:20:09 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 07:20:09 +0000 |
commit | bc711a3f54607c6e7c0c270101911452496f200b (patch) | |
tree | c9cdddbb38bbbb5e35c5fa27eb7126a73a2eccfa | |
parent | 54c2aa99bd192f67edb91a908578735aa01896cc (diff) | |
download | postgresql-bc711a3f54607c6e7c0c270101911452496f200b.tar.gz postgresql-bc711a3f54607c6e7c0c270101911452496f200b.zip |
Another one bits the dust...
-rw-r--r-- | src/include/access/itup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/itup.h b/src/include/access/itup.h index 2b69da693ee..51d1be853ee 100644 --- a/src/include/access/itup.h +++ b/src/include/access/itup.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: itup.h,v 1.3 1996/11/03 08:17:21 scrappy Exp $ + * $Id: itup.h,v 1.4 1996/11/05 07:20:09 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef ITUP_H #define ITUP_H -#include "storage/itemptr.h" -#include "access/tupdesc.h" +#include <access/tupdesc.h> +#include <storage/itemptr.h> #define MaxIndexAttributeNumber 7 |