another gone
authorMarc G. Fournier
Wed, 6 Nov 1996 08:52:04 +0000 (08:52 +0000)
committerMarc G. Fournier
Wed, 6 Nov 1996 08:52:04 +0000 (08:52 +0000)
src/include/access/printtup.h

index 4d382249bb23d5f75ec22e14db0ade46c742fe2c..81321c6ca6fdd7804583666793dafd4c7279c2d4 100644 (file)
@@ -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 
+#include 
 
 extern Oid typtoout(Oid type);
 extern void printtup(HeapTuple tuple, TupleDesc typeinfo);