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/misc/extra/extraBdd.h | |
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/misc/extra/extraBdd.h')
-rw-r--r-- | src/misc/extra/extraBdd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/misc/extra/extraBdd.h b/src/misc/extra/extraBdd.h index fcd10320..8341f53d 100644 --- a/src/misc/extra/extraBdd.h +++ b/src/misc/extra/extraBdd.h @@ -43,9 +43,9 @@ #include <string.h> #include <assert.h> -#include "src/misc/st/st.h" -#include "src/bdd/cudd/cuddInt.h" -#include "src/misc/extra/extra.h" +#include "misc/st/st.h" +#include "bdd/cudd/cuddInt.h" +#include "misc/extra/extra.h" ABC_NAMESPACE_HEADER_START |