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

Commit 7585d25

Browse files
committed
Another one cleaned out
1 parent d212580 commit 7585d25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/access/transam.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: transam.h,v 1.3 1996/11/01 09:30:42 scrappy Exp $
9+
* $Id: transam.h,v 1.4 1996/11/05 07:07:22 scrappy Exp $
1010
*
1111
* NOTES
1212
* Transaction System Version 101 now support proper oid
@@ -17,8 +17,8 @@
1717
#ifndef TRANSAM_H
1818
#define TRANSAM_H
1919

20-
#include "storage/bufmgr.h"
21-
#include "utils/nabstime.h"
20+
#include <storage/bufmgr.h>
21+
#include <utils/nabstime.h>
2222

2323
/* ----------------
2424
* transaction system version id

0 commit comments

Comments
 (0)