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

Commit bc711a3

Browse files
committed
Another one bits the dust...
1 parent 54c2aa9 commit bc711a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/access/itup.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: itup.h,v 1.3 1996/11/03 08:17:21 scrappy Exp $
9+
* $Id: itup.h,v 1.4 1996/11/05 07:20:09 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef ITUP_H
1414
#define ITUP_H
1515

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

1919
#define MaxIndexAttributeNumber 7
2020

0 commit comments

Comments
 (0)