summaryrefslogtreecommitdiffstats
path: root/src/bdd/cudd/cuddInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
commit1c33107cbb50705272682c2637d8faaeab4be61a (patch)
tree188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/bdd/cudd/cuddInt.h
parentb0ef0aaf0055d35f3836be18997dfd350e36054d (diff)
downloadabc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz
abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2
abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip
Updating project settings to have simpler include paths.
Diffstat (limited to 'src/bdd/cudd/cuddInt.h')
-rw-r--r--src/bdd/cudd/cuddInt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bdd/cudd/cuddInt.h b/src/bdd/cudd/cuddInt.h
index 6e32acd2..737d211c 100644
--- a/src/bdd/cudd/cuddInt.h
+++ b/src/bdd/cudd/cuddInt.h
@@ -59,8 +59,8 @@
#ifdef DD_MIS
#include "array.h"
#include "list.h"
-#include "src/misc/st/st.h"
-#include "src/misc/espresso/espresso.h"
+#include "misc/st/st.h"
+#include "misc/espresso/espresso.h"
#include "node.h"
#ifdef SIS
#include "graph.h"
@@ -71,7 +71,7 @@
#include <math.h>
#include "cudd.h"
-#include "src/misc/st/st.h"
+#include "misc/st/st.h"
ABC_NAMESPACE_HEADER_START