changing include style from ... to <...>
This commit is contained in:
parent
b40fefb6ed
commit
e35a59cdd6
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include <stdexcept> // runtime_error
|
#include <stdexcept> // runtime_error
|
||||||
#include "eoObject.h" //
|
#include <eoObject.h> // eoObject
|
||||||
#include "eoPersistent.h" //
|
#include <eoPersistent.h> // eoPersistent
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
/** EO is a base class for evolvable objects, that is, the subjects of
|
/** EO is a base class for evolvable objects, that is, the subjects of
|
||||||
|
|
|
||||||
Reference in a new issue