I removed an additional #include <math.h>

I found an additional "#include <math.h>" so I removed it.
Thinking that it was additional.
master
Brain Developer 2018-10-22 21:10:01 +05:30 committed by GitHub
parent 19c14bb777
commit 721b3755f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
#include <string.h>
#include <math.h>
#include <assert.h>
#include <math.h>
#include <limits.h>
#include <time.h>