mirror of https://github.com/YosysHQ/icestorm.git
icebram: do not include <bits/stdc++.h>
This commit is contained in:
parent
5991092f51
commit
59f5fa75fc
|
|
@ -19,9 +19,9 @@
|
|||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <fstream>
|
||||
|
|
|
|||
Loading…
Reference in New Issue