Skip to content

Commit 10265d2

Browse files
committed
Remove unnecessary includes in dtoa.c
1 parent b24d02a commit 10265d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dtoa.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
#include <string.h>
2929
#include <assert.h>
3030
#include <ctype.h>
31-
#include <sys/time.h>
31+
// #include <sys/time.h>
3232
#include <math.h>
33-
#include <setjmp.h>
33+
// #include <setjmp.h>
3434

3535
#include "cutils.h"
3636
#include "dtoa.h"

0 commit comments

Comments
 (0)