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/map/mapper/mapperInt.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/map/mapper/mapperInt.h') diff --git a/src/map/mapper/mapperInt.h b/src/map/mapper/mapperInt.h index ac8110fc..08a27e68 100644 --- a/src/map/mapper/mapperInt.h +++ b/src/map/mapper/mapperInt.h @@ -16,8 +16,8 @@ ***********************************************************************/ -#ifndef __MAPPER_INT_H__ -#define __MAPPER_INT_H__ +#ifndef ABC__map__mapper__mapperInt_h +#define ABC__map__mapper__mapperInt_h //////////////////////////////////////////////////////////////////////// @@ -28,10 +28,10 @@ #include #include #include -#include "main.h" -#include "mio.h" +#include "src/base/main/main.h" +#include "src/map/mio/mio.h" #include "mapper.h" -#include "cuddInt.h" +#include "src/misc/extra/extraBdd.h" ABC_NAMESPACE_HEADER_START -- cgit v1.2.3