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

Commit 54c2aa9

Browse files
committed
And another...
1 parent 8202bce commit 54c2aa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/include/access/heaptuple.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: heaptuple.h,v 1.2 1996/11/03 08:17:19 scrappy Exp $
9+
* $Id: heaptuple.h,v 1.3 1996/11/05 07:18:05 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef HEAPTUPLE_H
1414
#define HEAPTUPLE_H
1515

16-
#include "access/htup.h"
17-
#include "storage/buf.h"
18-
#include "access/tupdesc.h"
16+
#include <access/tupdesc.h>
17+
#include <storage/buf.h>
18+
#include <access/htup.h>
1919

2020
extern char *heap_getattr(HeapTuple tup,
2121
Buffer b,

0 commit comments

Comments
 (0)