3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

Moved patmatch() to yosys.cc

This commit is contained in:
Clifford Wolf 2014-10-10 18:19:00 +02:00
parent 774933a0d8
commit ee5165c6e4
6 changed files with 65 additions and 95 deletions

View file

@ -18,7 +18,6 @@
*/
#include "kernel/yosys.h"
#include "kernel/patmatch.h"
#include <stdlib.h>
#include <stdio.h>
#include <set>