From 8014f25f6db719fa62336f997963532a14c568f6 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 21 Jan 2012 04:30:10 -0800 Subject: Major restructuring of the code. --- src/sat/msat/msat.h | 4 ++-- src/sat/msat/msatInt.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/sat/msat') diff --git a/src/sat/msat/msat.h b/src/sat/msat/msat.h index 6dc68cf8..4830b12e 100644 --- a/src/sat/msat/msat.h +++ b/src/sat/msat/msat.h @@ -18,8 +18,8 @@ ***********************************************************************/ -#ifndef __MSAT_H__ -#define __MSAT_H__ +#ifndef ABC__sat__msat__msat_h +#define ABC__sat__msat__msat_h //////////////////////////////////////////////////////////////////////// diff --git a/src/sat/msat/msatInt.h b/src/sat/msat/msatInt.h index b4b5ff77..58baa7b4 100644 --- a/src/sat/msat/msatInt.h +++ b/src/sat/msat/msatInt.h @@ -18,8 +18,8 @@ ***********************************************************************/ -#ifndef __MSAT_INT_H__ -#define __MSAT_INT_H__ +#ifndef ABC__sat__msat__msatInt_h +#define ABC__sat__msat__msatInt_h //////////////////////////////////////////////////////////////////////// @@ -33,7 +33,7 @@ #include #include -#include "abc_global.h" +#include "src/misc/util/abc_global.h" #include "msat.h" ABC_NAMESPACE_HEADER_START -- cgit v1.2.3