]> granicus.if.org Git - postgresql/commitdiff
Remove unneed #include now that current_query() has moved to the backend.
authorBruce Momjian <bruce@momjian.us>
Fri, 4 Apr 2008 17:02:56 +0000 (17:02 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 4 Apr 2008 17:02:56 +0000 (17:02 +0000)
contrib/dblink/dblink.c

index 06a205599c42f7a5990d54da3d89e2a2ec4275fb..4e29ee94072f1154489db3c0e4afa519c33553b9 100644 (file)
@@ -8,7 +8,7 @@
  * Darko Prenosil <Darko.Prenosil@finteh.hr>
  * Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
  *
- * $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"