diff options
author | Marc G. Fournier | 1996-11-06 08:52:04 +0000 |
---|---|---|
committer | Marc G. Fournier | 1996-11-06 08:52:04 +0000 |
commit | e0b772cc006a3168a23995b0411624fb4d367409 (patch) | |
tree | e9ab8dcc9a7dd62fbb5fe153950984d800b08317 | |
parent | a472a29bb427de97d51900e9ce616527a0110b9c (diff) |
another gone
-rw-r--r-- | src/include/access/printtup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/printtup.h b/src/include/access/printtup.h index 4d382249bb2..81321c6ca6f 100644 --- a/src/include/access/printtup.h +++ b/src/include/access/printtup.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: printtup.h,v 1.1 1996/08/27 21:50:19 scrappy Exp $ + * $Id: printtup.h,v 1.2 1996/11/06 08:52:04 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PRINTTUP_H #define PRINTTUP_H -#include "access/htup.h" -#include "access/tupdesc.h" +#include <access/htup.h> +#include <access/tupdesc.h> extern Oid typtoout(Oid type); extern void printtup(HeapTuple tuple, TupleDesc typeinfo); |