Remove include of libpq-int.h --- dblink.c should not be (and was not)

depending on libpq internals.
REL7_3_STABLE
Tom Lane 23 years ago
parent 52c9d25933
commit edc71eced0
  1. 2
      contrib/dblink/dblink.c

@ -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"

Loading…
Cancel
Save