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/dch/dchInt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proof/dch/dchInt.h') diff --git a/src/proof/dch/dchInt.h b/src/proof/dch/dchInt.h index b22834cf..05f4271d 100644 --- a/src/proof/dch/dchInt.h +++ b/src/proof/dch/dchInt.h @@ -26,8 +26,8 @@ /// INCLUDES /// //////////////////////////////////////////////////////////////////////// -#include "src/aig/aig/aig.h" -#include "src/sat/bsat/satSolver.h" +#include "aig/aig/aig.h" +#include "sat/bsat/satSolver.h" #include "dch.h" //////////////////////////////////////////////////////////////////////// -- cgit v1.2.3