Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e0b772c

Browse files
committed
another gone
1 parent a472a29 commit e0b772c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/access/printtup.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: printtup.h,v 1.1 1996/08/27 21:50:19 scrappy Exp $
9+
* $Id: printtup.h,v 1.2 1996/11/06 08:52:04 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef PRINTTUP_H
1414
#define PRINTTUP_H
1515

16-
#include "access/htup.h"
17-
#include "access/tupdesc.h"
16+
#include <access/htup.h>
17+
#include <access/tupdesc.h>
1818

1919
extern Oid typtoout(Oid type);
2020
extern void printtup(HeapTuple tuple, TupleDesc typeinfo);

0 commit comments

Comments
 (0)