From 4d00fce5b26cb5cdb121a63ed676a517cb846995 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 18 May 2010 14:06:05 +0000 Subject: [PATCH] * ./io: - Change: Revert back to the state in which "io" must be included into the path for #include. --- crlcore/src/ccore/agds/AgdsDriver.cpp | 6 +++--- crlcore/src/ccore/cif/CifDriver.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crlcore/src/ccore/agds/AgdsDriver.cpp b/crlcore/src/ccore/agds/AgdsDriver.cpp index c142276f..d44b724d 100644 --- a/crlcore/src/ccore/agds/AgdsDriver.cpp +++ b/crlcore/src/ccore/agds/AgdsDriver.cpp @@ -21,9 +21,9 @@ using namespace std; #include "hurricane/Query.h" using namespace Hurricane; -#include "agds/GdsLibrary.h" -#include "agds/GdsStructure.h" -#include "agds/GdsRectangle.h" +#include "io/agds/GdsLibrary.h" +#include "io/agds/GdsStructure.h" +#include "io/agds/GdsRectangle.h" using namespace IO; #include "Agds.h" diff --git a/crlcore/src/ccore/cif/CifDriver.cpp b/crlcore/src/ccore/cif/CifDriver.cpp index ad7c991e..926f5cc8 100644 --- a/crlcore/src/ccore/cif/CifDriver.cpp +++ b/crlcore/src/ccore/cif/CifDriver.cpp @@ -21,8 +21,8 @@ using namespace std; #include "hurricane/Query.h" using namespace Hurricane; -#include "cif/CifCircuit.h" -#include "cif/CifPolygon.h" +#include "io/cif/CifCircuit.h" +#include "io/cif/CifPolygon.h" using namespace IO; #include "Cif.h"