mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51:05 -04:00
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
This commit is contained in:
parent
da67cb0a44
commit
457428d9e9
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@
|
|||
#ifndef GEQO_RANDOM_H
|
||||
#define GEQO_RANDOM_H
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "optimizer/geqo.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue