EO.h file refactored to relative includes
This commit is contained in:
parent
d180ce2ad0
commit
3a90837e31
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include <stdexcept> // std::runtime_error
|
#include <stdexcept> // std::runtime_error
|
||||||
#include <eoObject.h> // eoObject
|
#include "eoObject.h" // eoObject
|
||||||
#include <eoPersistent.h> // eoPersistent
|
#include "eoPersistent.h" // eoPersistent
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@defgroup Core Core components
|
@defgroup Core Core components
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue