From 1c33107cbb50705272682c2637d8faaeab4be61a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 7 Jul 2012 20:14:12 -0700 Subject: Updating project settings to have simpler include paths. --- src/proof/ssw/sswConstr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proof/ssw/sswConstr.c') diff --git a/src/proof/ssw/sswConstr.c b/src/proof/ssw/sswConstr.c index 5459aa72..2612191d 100644 --- a/src/proof/ssw/sswConstr.c +++ b/src/proof/ssw/sswConstr.c @@ -19,8 +19,8 @@ ***********************************************************************/ #include "sswInt.h" -#include "src/sat/cnf/cnf.h" -#include "src/misc/bar/bar.h" +#include "sat/cnf/cnf.h" +#include "misc/bar/bar.h" ABC_NAMESPACE_IMPL_START -- cgit v1.2.3