3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-20 07:36:39 +00:00

io: remove unused unistd.h to fix windows build

This commit is contained in:
Emil J. Tywoniak 2025-01-04 12:18:02 +01:00
parent 0b96aa1923
commit 6310454890

View file

@ -1,5 +1,4 @@
#include <string>
#include <unistd.h>
#include <stdarg.h>
#include "kernel/yosys_common.h"