Merge pull request #761 from sukhchainn/patch-2

Remove superfluous #include <math.h>
This commit is contained in:
dumblob 2019-09-20 18:04:41 +02:00 committed by GitHub
commit df60f5590d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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