summaryrefslogtreecommitdiffstats
path: root/src/opt/csw/cswInt.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/opt/csw/cswInt.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/opt/csw/cswInt.h')
-rw-r--r--src/opt/csw/cswInt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opt/csw/cswInt.h b/src/opt/csw/cswInt.h
index 65228fcd..4f8dac39 100644
--- a/src/opt/csw/cswInt.h
+++ b/src/opt/csw/cswInt.h
@@ -31,9 +31,9 @@
#include <string.h>
#include <assert.h>
-#include "src/aig/aig/aig.h"
-#include "src/opt/dar/dar.h"
-#include "src/bool/kit/kit.h"
+#include "aig/aig/aig.h"
+#include "opt/dar/dar.h"
+#include "bool/kit/kit.h"
#include "csw.h"
////////////////////////////////////////////////////////////////////////