summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2023-12-04 05:34:27 +0000
committerPeter Eisentraut2023-12-04 05:35:22 +0000
commit457428d9e99b6bed6f3aabd596cb882564d1e207 (patch)
tree783e3d5d11d7523f0ae0a34233992aa0884bc18b
parentda67cb0a4487bfbf269de72de9d9252dfc80813d (diff)
Remove unnecessary include of <math.h>
This was probably never necessary. (The header used to use random(), but that shouldn't require <math.h> either. In any case, that's gone, too.) Reviewed-by: Shubham Khanna <[email protected]> Reviewed-by: Tom Lane <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/cff5475d-e0a9-4561-b094-794aa36bd031%40eisentraut.org
-rw-r--r--src/include/optimizer/geqo_random.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/optimizer/geqo_random.h b/src/include/optimizer/geqo_random.h
index 08b0c08d85f..e3e12e900d0 100644
--- a/src/include/optimizer/geqo_random.h
+++ b/src/include/optimizer/geqo_random.h
@@ -24,8 +24,6 @@
#ifndef GEQO_RANDOM_H
#define GEQO_RANDOM_H
-#include <math.h>
-
#include "optimizer/geqo.h"