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

Commit edc71ec

Browse files
committed
Remove include of libpq-int.h --- dblink.c should not be (and was not)
depending on libpq internals.
1 parent 52c9d25 commit edc71ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/dblink/dblink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "postgres.h"
3030

3131
#include "libpq-fe.h"
32-
#include "libpq-int.h"
32+
3333
#include "fmgr.h"
3434
#include "funcapi.h"
3535
#include "access/tupdesc.h"

0 commit comments

Comments
 (0)