diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
commit | f7f2e18f8e002709d0b361b585c0887b718e8b93 (patch) | |
tree | 145804bc27275f934484c6ded2d951eff476252c /src/backend/bootstrap/bootstrap.c | |
parent | 1409819a870e3028e1c519aec84c3b396ab14348 (diff) | |
download | postgresql-f7f2e18f8e002709d0b361b585c0887b718e8b93.tar.gz postgresql-f7f2e18f8e002709d0b361b585c0887b718e8b93.zip |
Remove tqual.h includes not needed.
Diffstat (limited to 'src/backend/bootstrap/bootstrap.c')
-rw-r--r-- | src/backend/bootstrap/bootstrap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 074a85ac2e2..0e0c071db82 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -7,7 +7,7 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.28 1997/11/20 23:20:33 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.29 1997/11/24 05:08:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -40,7 +40,6 @@ #include "storage/itemptr.h" #include "utils/nabstime.h" #include "access/htup.h" -#include "utils/tqual.h" #include "storage/buf.h" #include "access/relscan.h" #include "access/heapam.h" |