mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Drop stray 'cellaigs.h' include from backend passes
This include seems to have been copied over from the JSON backend where AIG models are sometimes inserted into the JSON output, but these other backends don't do anything with AIG.
This commit is contained in:
parent
7c6cc4c40b
commit
c0b1a7daa4
|
@ -21,7 +21,6 @@
|
|||
#include "kernel/register.h"
|
||||
#include "kernel/sigtools.h"
|
||||
#include "kernel/celltypes.h"
|
||||
#include "kernel/cellaigs.h"
|
||||
#include "kernel/log.h"
|
||||
#include "kernel/mem.h"
|
||||
#include <algorithm>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "kernel/register.h"
|
||||
#include "kernel/sigtools.h"
|
||||
#include "kernel/celltypes.h"
|
||||
#include "kernel/cellaigs.h"
|
||||
#include "kernel/log.h"
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in a new issue