From 7a6e627c7b53aa2dda89cb87416ad790a04dba70 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Tue, 16 Dec 2008 10:33:31 +0100 Subject: [PATCH] Some more minor cosmetics and header fixup. --- SolversThreads/SolversThreads.cpp | 5 +++-- SolversThreads/SolversThreads.h | 7 ++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/SolversThreads/SolversThreads.cpp b/SolversThreads/SolversThreads.cpp index 8005d49..88ed117 100644 --- a/SolversThreads/SolversThreads.cpp +++ b/SolversThreads/SolversThreads.cpp @@ -7,15 +7,16 @@ * */ -#include "SolversThreads.h" +#include #include + +#include "SolversThreads.h" #include "population.h" #include "DE.h" #include "PSO.h" #include "MPSO.h" #include "SGA.h" #include "ASA.h" -#include #include "PkRandom.h" using namespace std; diff --git a/SolversThreads/SolversThreads.h b/SolversThreads/SolversThreads.h index 5f91a75..33f6e1b 100644 --- a/SolversThreads/SolversThreads.h +++ b/SolversThreads/SolversThreads.h @@ -11,13 +11,10 @@ #ifndef SOLVERSTHREADS_H #define SOLVERSTHREADS_H -#include -#include "population.h" -#include -#include #include -#include "GOproblem.h" +#include "GOproblem.h" +#include "population.h" //Here we define the parameters needed to instanciate a thread. These contain //datas that are algorithm specific, but also data that are needed for all aglorithms (LB,UB,objfun,mutex etc.) -- 2.11.4.GIT