diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 07:07:22 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 07:07:22 +0000 |
commit | 7585d251850b202ef3dd32245ccd26541dc4cc11 (patch) | |
tree | 0fd66d2a3ee57ba2cc38ca1fa4115a0bc4e53a2c /src | |
parent | d2125805d1d35487acb7bb515168c90b7de78ef2 (diff) | |
download | postgresql-7585d251850b202ef3dd32245ccd26541dc4cc11.tar.gz postgresql-7585d251850b202ef3dd32245ccd26541dc4cc11.zip |
Another one cleaned out
Diffstat (limited to 'src')
-rw-r--r-- | src/include/access/transam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 4acc8af5ce5..f95cc68f075 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: transam.h,v 1.3 1996/11/01 09:30:42 scrappy Exp $ + * $Id: transam.h,v 1.4 1996/11/05 07:07:22 scrappy Exp $ * * NOTES * Transaction System Version 101 now support proper oid @@ -17,8 +17,8 @@ #ifndef TRANSAM_H #define TRANSAM_H -#include "storage/bufmgr.h" -#include "utils/nabstime.h" +#include <storage/bufmgr.h> +#include <utils/nabstime.h> /* ---------------- * transaction system version id |