diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-07-04 00:04:03 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-07-04 00:04:03 +0000 |
commit | 13647ad6aa3a7ec3fb1bd33de36e75bc0ce317fc (patch) | |
tree | d3c065d45416b3c40926699d3146cfc1e52770ae | |
parent | e81fe1e8a04a42cb6820e0c6504eed98fbdee68f (diff) | |
download | postgresql-13647ad6aa3a7ec3fb1bd33de36e75bc0ce317fc.tar.gz postgresql-13647ad6aa3a7ec3fb1bd33de36e75bc0ce317fc.zip |
tuptoaster.h should surely not #include postgres.h.
-rw-r--r-- | src/include/access/tuptoaster.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index 024bb1de914..c30f61218e3 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -6,7 +6,7 @@ * * Copyright (c) 2000, PostgreSQL Development Team * - * $Id: tuptoaster.h,v 1.3 2000/07/03 23:09:58 wieck Exp $ + * $Id: tuptoaster.h,v 1.4 2000/07/04 00:04:03 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -15,7 +15,6 @@ #ifdef TUPLE_TOASTER_ACTIVE -#include "postgres.h" #include "access/heapam.h" #include "access/htup.h" #include "access/tupmacs.h" |