Correcting cpp files in eo directory changed to relative includes
This commit is contained in:
parent
45655703f4
commit
a10818b601
9 changed files with 15 additions and 15 deletions
|
|
@ -25,8 +25,8 @@
|
|||
#ifndef _EOALGO_H
|
||||
#define _EOALGO_H
|
||||
|
||||
#include <paradiseo/eo/eoPop.h> // for population
|
||||
#include <paradiseo/eo/eoFunctor.h>
|
||||
#include "eoPop.h" // for population
|
||||
#include "eoFunctor.h"
|
||||
|
||||
/**
|
||||
@defgroup Algorithms Algorithms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue