diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:31:17 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:31:17 +0000 |
commit | 3516eda61c669945eec99fcd3bc8ccac4bb9829c (patch) | |
tree | bda8b9e19dc050c5841b4e3fc3ff7f474960c43b /src/include/access/transam.h | |
parent | f44acab12c7fe509335f6ae9df94584a905d42f7 (diff) | |
download | postgresql-3516eda61c669945eec99fcd3bc8ccac4bb9829c.tar.gz postgresql-3516eda61c669945eec99fcd3bc8ccac4bb9829c.zip |
Okay, following Bryan's (and others) suggestions...cleaning up the
include files properly...yet, slowly...
Diffstat (limited to 'src/include/access/transam.h')
-rw-r--r-- | src/include/access/transam.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 8cc0b4c4260..4acc8af5ce5 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.2 1996/10/23 07:41:31 scrappy Exp $ + * $Id: transam.h,v 1.3 1996/11/01 09:30:42 scrappy Exp $ * * NOTES * Transaction System Version 101 now support proper oid @@ -17,9 +17,8 @@ #ifndef TRANSAM_H #define TRANSAM_H -#include "utils/nabstime.h" -#include "utils/rel.h" #include "storage/bufmgr.h" +#include "utils/nabstime.h" /* ---------------- * transaction system version id |