diff options
author | Marc G. Fournier <scrappy@hub.org> | 1999-07-30 17:07:23 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1999-07-30 17:07:23 +0000 |
commit | 2c49183c80a47c4aa0a8ef3eea5da415d1cc8a32 (patch) | |
tree | 59454a97a765e8564fe79598dbf57d457d8487f7 /src/include/utils/psort.h | |
parent | 710add2942db738ee6b7331598a4395ce10cab4f (diff) |
Carefully merge in Bruce's include file changes ... commit'd only after a
clean compile ...
Diffstat (limited to 'src/include/utils/psort.h')
-rw-r--r-- | src/include/utils/psort.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/utils/psort.h b/src/include/utils/psort.h index b9590cef618..98baa6d1f80 100644 --- a/src/include/utils/psort.h +++ b/src/include/utils/psort.h @@ -6,17 +6,17 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: psort.h,v 1.19 1999/05/25 16:14:57 momjian Exp $ + * $Id: psort.h,v 1.19.2.1 1999/07/30 17:07:22 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PSORT_H #define PSORT_H -#include "storage/fd.h" #include "access/relscan.h" -#include "utils/lselect.h" #include "nodes/plannodes.h" +#include "storage/fd.h" +#include "utils/lselect.h" #define MAXTAPES 7 /* See Knuth Fig. 70, p273 */ @@ -66,7 +66,6 @@ typedef struct Psortstate } Psortstate; #ifdef EBUG -#include "utils/elog.h" #include "storage/buf.h" #include "storage/bufmgr.h" |