I removed an additional #include <math.h>
I found an additional "#include <math.h>" so I removed it. Thinking that it was additional.
This commit is contained in:
parent
19c14bb777
commit
721b3755f4
|
@ -6,7 +6,6 @@
|
|||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue