removed unused math library from encrypter

woah, I forgot to remove it in 271afd53d3728039a43bd543e48e176d7e3bbcfe
This commit is contained in:
Václav Šmejkal 2022-06-19 16:35:39 +02:00
parent 5aa45b9bcd
commit f26d23a08c
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -3,7 +3,6 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <math.h>
#include <sys/time.h> #include <sys/time.h>
#include <unistd.h> #include <unistd.h>