Relative includes in other/ directory, all files
This commit is contained in:
parent
c9a9a0741f
commit
0311c1672d
4 changed files with 8 additions and 9 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
#ifndef eoExternalEO_h
|
#ifndef eoExternalEO_h
|
||||||
#define eoExternalEO_h
|
#define eoExternalEO_h
|
||||||
|
|
||||||
#include <EO.h> // EO
|
#include "../EO.h" // EO
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Definition of an object that allows an external struct
|
* Definition of an object that allows an external struct
|
||||||
|
|
|
||||||
|
|
@ -28,10 +28,10 @@
|
||||||
#ifndef eoExternalOpFunc_h
|
#ifndef eoExternalOpFunc_h
|
||||||
#define eoExternalOpFunc_h
|
#define eoExternalOpFunc_h
|
||||||
|
|
||||||
#include <other/eoExternalEO.h>
|
#include "eoExternalEO.h"
|
||||||
#include <eoOp.h>
|
#include "../eoOp.h"
|
||||||
#include <eoInit.h>
|
#include "../eoInit.h"
|
||||||
#include <eoEvalFunc.h>
|
#include "../eoEvalFunc.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Initialization of external struct, ctor expects a function of the following
|
Initialization of external struct, ctor expects a function of the following
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
|
#include "../EO.h"
|
||||||
#include <EO.h>
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// eoString
|
// eoString
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#include <other/eoExternalEO.h>
|
#include "eoExternalEO.h"
|
||||||
#include <other/eoExternalOpFunctions.h>
|
#include "eoExternalOpFunctions.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue