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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user