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

depending on libpq internals.
This commit is contained in:
Tom Lane 2002-09-05 00:56:35 +00:00
parent 52c9d25933
commit edc71eced0

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