From: Bruce Momjian Date: Fri, 4 Apr 2008 17:02:56 +0000 (+0000) Subject: Remove unneed #include now that current_query() has moved to the backend. X-Git-Tag: REL8_4_BETA1~1606 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f22db501e477a4a456689012a9ab2f0944684fc;p=thirdparty%2Fpostgresql.git Remove unneed #include now that current_query() has moved to the backend. --- diff --git a/contrib/dblink/dblink.c b/contrib/dblink/dblink.c index 06a205599c4..4e29ee94072 100644 --- a/contrib/dblink/dblink.c +++ b/contrib/dblink/dblink.c @@ -8,7 +8,7 @@ * Darko Prenosil * Shridhar Daithankar * - * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.72 2008/04/04 16:57:21 momjian Exp $ + * $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.73 2008/04/04 17:02:56 momjian Exp $ * Copyright (c) 2001-2008, PostgreSQL Global Development Group * ALL RIGHTS RESERVED; * @@ -52,7 +52,6 @@ #include "nodes/nodes.h" #include "nodes/pg_list.h" #include "parser/parse_type.h" -#include "tcop/tcopprot.h" #include "utils/acl.h" #include "utils/array.h" #include "utils/builtins.h"