* ./io:
- Change: Revert back to the state in which "io" must be included into the path for #include.
This commit is contained in:
parent
5592499def
commit
4d00fce5b2
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue