Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4f22db5

Browse files
committed
Remove unneed #include now that current_query() has moved to the backend.
1 parent f96928f commit 4f22db5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/dblink/dblink.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Darko Prenosil <Darko.Prenosil@finteh.hr>
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
*
11-
* $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.72 2008/04/04 16:57:21 momjian Exp $
11+
* $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.73 2008/04/04 17:02:56 momjian Exp $
1212
* Copyright (c) 2001-2008, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
@@ -52,7 +52,6 @@
5252
#include "nodes/nodes.h"
5353
#include "nodes/pg_list.h"
5454
#include "parser/parse_type.h"
55-
#include "tcop/tcopprot.h"
5655
#include "utils/acl.h"
5756
#include "utils/array.h"
5857
#include "utils/builtins.h"

0 commit comments

Comments
 (0)