From f2a242f988315279c8c620feab01fe4397a6cfbe Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 5 Sep 2002 20:57:00 +0000 Subject: [PATCH] Fix compile warning. --- contrib/dbase/dbf.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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"