--- trunk/OOPSE-2.0/src/math/randomSPRNG.cpp 2004/09/24 04:16:43 1490 +++ trunk/OOPSE-2.0/src/math/randomSPRNG.cpp 2004/09/24 16:27:58 1492 @@ -1,12 +1,12 @@ #include #include -#include "randomSPRNG.hpp" -#include "simError.h" +#include "math/randomSPRNG.hpp" +#include "utils/simError.h" #include #ifdef IS_MPI -#include "mpiSimulation.hpp" +#include "brains/mpiSimulation.hpp" #endif using namespace std;