diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
| commit | 773088809df925442bb9df35352c11e3d106314a (patch) | |
| tree | ab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/access/xact.h | |
| parent | 4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff) | |
| download | postgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz | |
More cleanup
Diffstat (limited to 'src/include/access/xact.h')
| -rw-r--r-- | src/include/access/xact.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 44c9d4b7a6..f6c918ad01 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: xact.h,v 1.22 1999/07/15 23:03:38 momjian Exp $ + * $Id: xact.h,v 1.23 1999/07/16 17:07:28 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef XACT_H #define XACT_H -#include "utils/nabstime.h" #include "access/transam.h" +#include "utils/nabstime.h" /* ---------------- * transaction state structure |
