Skip to content

Commit 457428d

Browse files
committed
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 <Shubham.Khanna@fujitsu.com> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://www.postgresql.org/message-id/flat/cff5475d-e0a9-4561-b094-794aa36bd031%40eisentraut.org
1 parent da67cb0 commit 457428d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/include/optimizer/geqo_random.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
#ifndef GEQO_RANDOM_H
2525
#define GEQO_RANDOM_H
2626

27-
#include <math.h>
28-
2927
#include "optimizer/geqo.h"
3028

3129

0 commit comments

Comments
 (0)