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/opt/cgt/cgtInt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/opt/cgt/cgtInt.h') diff --git a/src/opt/cgt/cgtInt.h b/src/opt/cgt/cgtInt.h index 78c27224..b73d60dd 100644 --- a/src/opt/cgt/cgtInt.h +++ b/src/opt/cgt/cgtInt.h @@ -26,9 +26,9 @@ /// INCLUDES /// //////////////////////////////////////////////////////////////////////// -#include "src/aig/saig/saig.h" -#include "src/sat/bsat/satSolver.h" -#include "src/sat/cnf/cnf.h" +#include "aig/saig/saig.h" +#include "sat/bsat/satSolver.h" +#include "sat/cnf/cnf.h" #include "cgt.h" //////////////////////////////////////////////////////////////////////// -- cgit v1.2.3