use new hurricane include way

This commit is contained in:
The Coriolis Project 2008-05-22 11:45:09 +00:00
parent 4fceb74ea3
commit 9370421039
7 changed files with 19 additions and 17 deletions

View File

@ -1,4 +1,4 @@
#include "UpdateSession.h"
#include "hurricane/UpdateSession.h"
using namespace Hurricane;
#include "AEnv.h"

View File

@ -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 {

View File

@ -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"

View File

@ -1,4 +1,4 @@
#include "Technology.h"
#include "hurricane/Technology.h"
using namespace Hurricane;
#include "ATechnology.h"

View File

@ -1,7 +1,7 @@
#ifndef ATECHNOLOGY_H_
#define ATECHNOLOGY_H_
#include "Property.h"
#include "hurricane/Property.h"
using namespace Hurricane;
namespace Hurricane {

View File

@ -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;

View File

@ -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"