From: Tom Lane Date: Thu, 5 Sep 2002 20:57:00 +0000 (+0000) Subject: Fix compile warning. X-Git-Tag: REL7_3~542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2a242f988315279c8c620feab01fe4397a6cfbe;p=postgresql Fix compile warning. --- diff --git a/contrib/dbase/dbf.c b/contrib/dbase/dbf.c index 357966b499..764ffcfc56 100644 --- a/contrib/dbase/dbf.c +++ b/contrib/dbase/dbf.c @@ -8,14 +8,12 @@ set formatstring for real numbers */ -#include -#include -#include -#include -#include +#include "postgres_fe.h" + #include #include #include +#include #include "dbf.h"