diff options
Diffstat (limited to 'bench/btl')
-rw-r--r-- | bench/btl/generic_bench/utils/utilities.h | 2 | ||||
-rw-r--r-- | bench/btl/libs/ublas/main.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bench/btl/generic_bench/utils/utilities.h b/bench/btl/generic_bench/utils/utilities.h index 3c2acfb02..d2330d06b 100644 --- a/bench/btl/generic_bench/utils/utilities.h +++ b/bench/btl/generic_bench/utils/utilities.h @@ -7,7 +7,7 @@ // $Header$ //============================================================================= -/* --- Definition macros file to print informations if _DEBUG_ is defined --- */ +/* --- Definition macros file to print information if _DEBUG_ is defined --- */ # ifndef UTILITIES_H # define UTILITIES_H diff --git a/bench/btl/libs/ublas/main.cpp b/bench/btl/libs/ublas/main.cpp index 6d286e1a3..22d697225 100644 --- a/bench/btl/libs/ublas/main.cpp +++ b/bench/btl/libs/ublas/main.cpp @@ -21,7 +21,6 @@ #include "ublas_interface.hh" #include "bench.hh" #include "basic_actions.hh" -#include "basic_actions.hh" BTL_MAIN; |