X-Git-Url: https://git.dlugolecki.net.pl/?p=genetic.git;a=blobdiff_plain;f=include%2Fselection%2FrouletteSelection.h;h=bd4e67ca3bfd6ccf191a52933e29e7f59dbde58c;hp=afb3ac7f74828a4c0dfe8c1e28ef6b29aac354e3;hb=1e175fb658e55f4cc8b894fff288be22998e78af;hpb=0c268e96035b65112e449c1c0df49f2be3eb184f diff --git a/include/selection/rouletteSelection.h b/include/selection/rouletteSelection.h index afb3ac7..bd4e67c 100644 --- a/include/selection/rouletteSelection.h +++ b/include/selection/rouletteSelection.h @@ -8,8 +8,6 @@ #include "chromosome.h" #include "selection.h" -using namespace std; - namespace genetic { // namespace selection { /**