diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-15 04:10:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-15 04:10:30 +0000 |
commit | 946e80c435e01c501e6d94ac251aab45df400f39 (patch) | |
tree | bf3728887930bd7949473c3359785e489b17d3ca /src/backend/tcop/fastpath.c | |
parent | df43800fc855bd64dbe6c85c4d13bda1ea6a33c9 (diff) | |
download | postgresql-946e80c435e01c501e6d94ac251aab45df400f39.tar.gz postgresql-946e80c435e01c501e6d94ac251aab45df400f39.zip |
Final #include cleanup.
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 10ff95b9622..cbba1223555 100644 --- a/src/backend/tcop/fastpath.c +++ b/src/backend/tcop/fastpath.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.41 2000/06/05 07:28:49 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/fastpath.c,v 1.42 2000/06/15 04:10:18 momjian Exp $ * * NOTES * This cruft is the server side of PQfn. @@ -67,7 +67,6 @@ #include "libpq/libpq.h" #include "libpq/pqformat.h" #include "tcop/fastpath.h" -#include "utils/builtins.h" #include "utils/syscache.h" |