use new hurricane include way
This commit is contained in:
parent
4fceb74ea3
commit
9370421039
|
@ -1,4 +1,4 @@
|
|||
#include "UpdateSession.h"
|
||||
#include "hurricane/UpdateSession.h"
|
||||
using namespace Hurricane;
|
||||
|
||||
#include "AEnv.h"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef TRANSISTOR_H
|
||||
#define TRANSISTOR_H
|
||||
|
||||
#include "Name.h"
|
||||
#include "Cell.h"
|
||||
#include "hurricane/Name.h"
|
||||
#include "hurricane/Cell.h"
|
||||
using namespace Hurricane;
|
||||
|
||||
namespace Hurricane {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "DataBase.h"
|
||||
#include "Library.h"
|
||||
#include "Technology.h"
|
||||
#include "hurricane/DataBase.h"
|
||||
#include "hurricane/Library.h"
|
||||
#include "hurricane/Technology.h"
|
||||
using namespace Hurricane;
|
||||
|
||||
#include "crlcore/GraphicsParser.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "Technology.h"
|
||||
#include "hurricane/Technology.h"
|
||||
using namespace Hurricane;
|
||||
|
||||
#include "ATechnology.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef ATECHNOLOGY_H_
|
||||
#define ATECHNOLOGY_H_
|
||||
|
||||
#include "Property.h"
|
||||
#include "hurricane/Property.h"
|
||||
using namespace Hurricane;
|
||||
|
||||
namespace Hurricane {
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
#include "ATechnologyXmlParser.h"
|
||||
|
||||
#include "ATechnology.h"
|
||||
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
|
||||
#include "Technology.h"
|
||||
#include "hurricane/Technology.h"
|
||||
|
||||
#include "ATechnology.h"
|
||||
|
||||
#include "ATechnologyXmlParser.h"
|
||||
|
||||
|
||||
using namespace Hurricane;
|
||||
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
#include <QApplication>
|
||||
|
||||
#include "Warning.h"
|
||||
#include "Error.h"
|
||||
#include "DataBase.h"
|
||||
#include "Library.h"
|
||||
#include "hurricane/Warning.h"
|
||||
#include "hurricane/Error.h"
|
||||
#include "hurricane/DataBase.h"
|
||||
#include "hurricane/Library.h"
|
||||
using namespace Hurricane;
|
||||
|
||||
#include "AEnv.h"
|
||||
|
|
Loading…
Reference in New Issue