diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/backend/tcop/fastpath.c | |
parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) | |
download | postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.tar.gz postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.zip |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r-- | src/backend/tcop/fastpath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c index ac34291d29a..a031a212cca 100644 --- a/src/backend/tcop/fastpath.c +++ b/src/backend/tcop/fastpath.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/fastpath.c,v 1.90 2006/07/13 16:49:16 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/fastpath.c,v 1.91 2006/07/14 14:52:23 momjian Exp $ * * NOTES * This cruft is the server side of PQfn. @@ -31,7 +31,6 @@ #include "utils/acl.h" #include "utils/lsyscache.h" #include "utils/syscache.h" -#include "utils/tqual.h" /* |