removed unused unistd header from encrypter

idk
This commit is contained in:
Václav Šmejkal 2022-11-02 17:38:08 +01:00
parent b2110a68e9
commit 708f53287e
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -4,7 +4,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/time.h> #include <sys/time.h>
#include <unistd.h>
#include <why2/flags.h> #include <why2/flags.h>
#include <why2/misc.h> #include <why2/misc.h>