mirror of https://github.com/YosysHQ/abc.git
Changed internal includes to be in quotes rather than in <>.
This commit is contained in:
parent
e15362a816
commit
6a48812d50
|
|
@ -22,9 +22,9 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include <aig.h>
|
||||
#include <abc.h>
|
||||
#include <mainInt.h>
|
||||
#include "aig.h"
|
||||
#include "abc.h"
|
||||
#include "mainInt.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue