summaryrefslogtreecommitdiffstats
path: root/src/bdd/parse
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/parse
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/parse')
-rw-r--r--src/bdd/parse/parseEqn.c4
-rw-r--r--src/bdd/parse/parseInt.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/bdd/parse/parseEqn.c b/src/bdd/parse/parseEqn.c
index a0b9ada8..f6d8b220 100644
--- a/src/bdd/parse/parseEqn.c
+++ b/src/bdd/parse/parseEqn.c
@@ -22,8 +22,8 @@
////////////////////////////////////////////////////////////////////////
#include "parseInt.h"
-#include "src/misc/vec/vec.h"
-#include "src/aig/hop/hop.h"
+#include "misc/vec/vec.h"
+#include "aig/hop/hop.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/bdd/parse/parseInt.h b/src/bdd/parse/parseInt.h
index 78766612..80ed945a 100644
--- a/src/bdd/parse/parseInt.h
+++ b/src/bdd/parse/parseInt.h
@@ -26,7 +26,7 @@
#include <stdio.h>
-#include "src/misc/extra/extraBdd.h"
+#include "misc/extra/extraBdd.h"
#include "parse.h"
ABC_NAMESPACE_HEADER_START