mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 12:08:19 +00:00
io: remove unused unistd.h to fix windows build
This commit is contained in:
parent
d00259081d
commit
ab2ca831c9
|
@ -1,5 +1,4 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unistd.h>
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "kernel/yosys_common.h"
|
#include "kernel/yosys_common.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue