diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-07-07 20:14:12 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-07-07 20:14:12 -0700 |
commit | 1c33107cbb50705272682c2637d8faaeab4be61a (patch) | |
tree | 188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/aig/ivy | |
parent | b0ef0aaf0055d35f3836be18997dfd350e36054d (diff) | |
download | abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2 abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip |
Updating project settings to have simpler include paths.
Diffstat (limited to 'src/aig/ivy')
-rw-r--r-- | src/aig/ivy/ivy.h | 4 | ||||
-rw-r--r-- | src/aig/ivy/ivyFraig.c | 8 | ||||
-rw-r--r-- | src/aig/ivy/ivyRwr.c | 4 | ||||
-rw-r--r-- | src/aig/ivy/ivySeq.c | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/src/aig/ivy/ivy.h b/src/aig/ivy/ivy.h index f0292e6c..1cce1217 100644 --- a/src/aig/ivy/ivy.h +++ b/src/aig/ivy/ivy.h @@ -27,8 +27,8 @@ //////////////////////////////////////////////////////////////////////// #include <stdio.h> -#include "src/misc/extra/extra.h" -#include "src/misc/vec/vec.h" +#include "misc/extra/extra.h" +#include "misc/vec/vec.h" //////////////////////////////////////////////////////////////////////// /// PARAMETERS /// diff --git a/src/aig/ivy/ivyFraig.c b/src/aig/ivy/ivyFraig.c index 411402fb..d4cbd57a 100644 --- a/src/aig/ivy/ivyFraig.c +++ b/src/aig/ivy/ivyFraig.c @@ -20,8 +20,8 @@ #include <math.h> -#include "src/sat/bsat/satSolver.h" -#include "src/misc/extra/extra.h" +#include "sat/bsat/satSolver.h" +#include "misc/extra/extra.h" #include "ivy.h" ABC_NAMESPACE_IMPL_START @@ -2659,7 +2659,7 @@ p->timeTrav += clock() - clk; ABC_NAMESPACE_IMPL_END -#include "src/bdd/cudd/cuddInt.h" +#include "bdd/cudd/cuddInt.h" ABC_NAMESPACE_IMPL_START @@ -2817,7 +2817,7 @@ int Ivy_FraigNodesAreEquivBdd( Ivy_Obj_t * pObj1, Ivy_Obj_t * pObj2 ) ABC_NAMESPACE_IMPL_END -#include "src/aig/aig/aig.h" +#include "aig/aig/aig.h" ABC_NAMESPACE_IMPL_START diff --git a/src/aig/ivy/ivyRwr.c b/src/aig/ivy/ivyRwr.c index 292bd3f9..2e3689c1 100644 --- a/src/aig/ivy/ivyRwr.c +++ b/src/aig/ivy/ivyRwr.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "ivy.h" -#include "src/bool/deco/deco.h" -#include "src/opt/rwt/rwt.h" +#include "bool/deco/deco.h" +#include "opt/rwt/rwt.h" ABC_NAMESPACE_IMPL_START diff --git a/src/aig/ivy/ivySeq.c b/src/aig/ivy/ivySeq.c index 4a999780..c905fa62 100644 --- a/src/aig/ivy/ivySeq.c +++ b/src/aig/ivy/ivySeq.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "ivy.h" -#include "src/bool/deco/deco.h" -#include "src/opt/rwt/rwt.h" +#include "bool/deco/deco.h" +#include "opt/rwt/rwt.h" ABC_NAMESPACE_IMPL_START |