nettoyage des #include

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1659 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-01-20 13:42:53 +00:00
commit 278c0e70ab
8 changed files with 15 additions and 40 deletions

View file

@ -31,12 +31,3 @@ public:
};
#endif
// Local Variables:
// coding: iso-8859-1
// mode: C++
// c-file-offsets: ((c . 0))
// c-file-style: "Stroustrup"
// fill-column: 80
// End:

View file

@ -4,7 +4,6 @@
#include <eoEvalFunc.h>
#include <eval/moEval.h>
/**
* Evaluation by copy
*/

View file

@ -6,6 +6,7 @@
#include <neighborhood/moNeighborhood.h>
#include <eval/moEval.h>
#include <comparator/moNeighborComparator.h>
/**
* Explore the neighborhood

View file

@ -1,6 +1,8 @@
#ifndef _BackableNeighbor_h
#define _BackableNeighbor_h
#include <neighborhood/moNeighbor.h>
/**
* Neighbor with a move back function to use in a moFullEvalByModif
*/

View file

@ -4,7 +4,6 @@
#include <ga/eoBit.h>
#include <neighborhood/moBackableNeighbor.h>
/*
contener of the neighbor information
*/

View file

@ -42,8 +42,6 @@
#include <eoObject.h>
#include <eoPersistent.h>
#include <comparator/moNeighborComparator.h>
/**
* Container of the neighbor informations
*/

View file

@ -3,7 +3,6 @@
#include <eoObject.h>
/**
* A Neighborhood
*/