]> granicus.if.org Git - postgresql/commitdiff
Remove include of libpq-int.h --- dblink.c should not be (and was not)
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 00:56:35 +0000 (00:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Sep 2002 00:56:35 +0000 (00:56 +0000)
depending on libpq internals.

contrib/dblink/dblink.c

index 7718b65f33c69158eb1a4ed69f2fa6c67d0140a1..b19625bb9ef9959088a3895301c1ac28076345d8 100644 (file)
@@ -29,7 +29,7 @@
 #include "postgres.h"
 
 #include "libpq-fe.h"
-#include "libpq-int.h"
+
 #include "fmgr.h"
 #include "funcapi.h"
 #include "access/tupdesc.h"