diff options
author | Marc G. Fournier <scrappy@hub.org> | 1999-08-02 05:25:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1999-08-02 05:25:27 +0000 |
commit | 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 (patch) | |
tree | c97d5f26e89cc9d33c5be420a5e7688835644c77 /src/backend/access/transam/xid.c | |
parent | 62d146bdcd784280b573acd8af52488e66e212cf (diff) |
Another 'mega-commit' of back-patches ...
- integrating the #include file cleanup that Bruce recently did
- got the CPU change to adt/Makefile
- changing DOUBLEALIGN -> MAXALIGN
Diffstat (limited to 'src/backend/access/transam/xid.c')
-rw-r--r-- | src/backend/access/transam/xid.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/backend/access/transam/xid.c b/src/backend/access/transam/xid.c index 2b15fec1bf6..50db11bc912 100644 --- a/src/backend/access/transam/xid.c +++ b/src/backend/access/transam/xid.c @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: xid.c,v 1.22 1999/05/25 16:07:52 momjian Exp $ + * $Id: xid.c,v 1.22.2.1 1999/08/02 05:24:46 scrappy Exp $ * * OLD COMMENTS * XXX WARNING @@ -18,10 +18,9 @@ *------------------------------------------------------------------------- */ -#include <stdio.h> -#include <postgres.h> -#include <access/xact.h> +#include "postgres.h" +#include "access/xact.h" extern TransactionId NullTransactionId; extern TransactionId DisabledTransactionId; |