Skip to content

Commit 55780ae

Browse files
committed
Remove extra float.h I added.
1 parent 837f0cb commit 55780ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/backend/utils/adt/float.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.22 1997/09/23 22:53:37 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.23 1997/09/24 15:40:59 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1523,8 +1523,6 @@ double x;
15231523
#undef class
15241524
#endif /* CLASS_CONFICT */
15251525

1526-
#include <float.h>
1527-
15281526
static int
15291527
isinf(x)
15301528
double x;

0 commit comments

Comments
 (0)