change #include <newmo> in <mo>

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1714 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-24 10:29:20 +00:00
commit b957c0bbb6
2 changed files with 2 additions and 2 deletions

View file

@ -35,6 +35,6 @@
#ifndef __newmo
#define __newmo
#include "newmo.h"
#include "mo.h"
#endif

View file

@ -28,7 +28,7 @@ using namespace std;
#include <neighborhood/moOrderNeighborhood.h>
#include <oneMaxBitNeighbor.h>
#include <newmo>
#include <mo>
#include <eval/moFullEvalByModif.h>
#include <eval/moFullEvalByCopy.h>