3
0
Fork 0
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:
Martin Povišer 2023-07-10 12:21:49 +02:00
parent 7c6cc4c40b
commit c0b1a7daa4
2 changed files with 0 additions and 2 deletions

View file

@ -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>

View file

@ -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>