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/bootparse.y | |
parent | 1409819a870e3028e1c519aec84c3b396ab14348 (diff) |
Remove tqual.h includes not needed.
Diffstat (limited to 'src/backend/bootstrap/bootparse.y')
-rw-r--r-- | src/backend/bootstrap/bootparse.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/bootstrap/bootparse.y b/src/backend/bootstrap/bootparse.y index 2b341232a7a..05bbd682076 100644 --- a/src/backend/bootstrap/bootparse.y +++ b/src/backend/bootstrap/bootparse.y @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.6 1997/11/21 18:04:03 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.7 1997/11/24 05:07:54 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -35,7 +35,6 @@ #include "storage/off.h" #include "storage/itemptr.h" #include "access/htup.h" -#include "utils/tqual.h" #include "nodes/parsenodes.h" #include "access/xact.h" |