EO.h file refactored to relative includes

This commit is contained in:
Ronaldd Pinho 2019-06-29 18:45:29 -03:00
commit 3a90837e31

View file

@ -28,8 +28,8 @@
//-----------------------------------------------------------------------------
#include <stdexcept> // std::runtime_error
#include <eoObject.h> // eoObject
#include <eoPersistent.h> // eoPersistent
#include "eoObject.h" // eoObject
#include "eoPersistent.h" // eoPersistent
/**
@defgroup Core Core components