diff options
Diffstat (limited to 'src/include/access/xact.h')
-rw-r--r-- | src/include/access/xact.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 9f155200e25..44c9d4b7a6e 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.21 1999/07/15 15:20:56 momjian Exp $ + * $Id: xact.h,v 1.22 1999/07/15 23:03:38 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef XACT_H #define XACT_H -#include <utils/nabstime.h> -#include <access/transam.h> +#include "utils/nabstime.h" +#include "access/transam.h" /* ---------------- * transaction state structure |