summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cube/cube.c1
-rw-r--r--contrib/jsonb_plperl/jsonb_plperl.c1
-rw-r--r--contrib/tsm_system_time/tsm_system_time.c3
3 files changed, 0 insertions, 5 deletions
diff --git a/contrib/cube/cube.c b/contrib/cube/cube.c
index 092ef149cf..f02ac24ea1 100644
--- a/contrib/cube/cube.c
+++ b/contrib/cube/cube.c
@@ -8,7 +8,6 @@
#include "postgres.h"
-#include <float.h>
#include <math.h>
#include "access/gist.h"
diff --git a/contrib/jsonb_plperl/jsonb_plperl.c b/contrib/jsonb_plperl/jsonb_plperl.c
index e847ae5369..79c5f57d8f 100644
--- a/contrib/jsonb_plperl/jsonb_plperl.c
+++ b/contrib/jsonb_plperl/jsonb_plperl.c
@@ -1,6 +1,5 @@
#include "postgres.h"
-#include <float.h>
#include <math.h>
/* Defined by Perl */
diff --git a/contrib/tsm_system_time/tsm_system_time.c b/contrib/tsm_system_time/tsm_system_time.c
index f0c220aa4a..249d6f4d46 100644
--- a/contrib/tsm_system_time/tsm_system_time.c
+++ b/contrib/tsm_system_time/tsm_system_time.c
@@ -24,9 +24,6 @@
#include "postgres.h"
-#ifdef _MSC_VER
-#include <float.h> /* for _isnan */
-#endif
#include <math.h>
#include "access/relscan.h"