diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-03 21:43:07 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2010-05-03 21:56:09 -0300 |
commit | 36b1110fc48e3237be1fd658c503cfaae16d6c9c (patch) | |
tree | e3c95294377d35fd1a8bce5ef20ac31df18b2f9c /modules/benchmark.c | |
parent | 9273c075a2f993c5154614b70233d8f74515c851 (diff) |
Remove outdated arch directory
Diffstat (limited to 'modules/benchmark.c')
-rw-r--r-- | modules/benchmark.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/benchmark.c b/modules/benchmark.c index 1f85064a..f08c9c6f 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -264,14 +264,6 @@ static gchar *benchmark_include_results(gdouble result, gdouble bench_results[BENCHMARK_N_ENTRIES]; -#include <arch/common/fib.h> -#include <arch/common/cryptohash.h> -#include <arch/common/blowfish.h> -#include <arch/common/raytrace.h> -#include <arch/common/nqueens.h> -#include <arch/common/fft.h> -#include <arch/common/drawing.h> - gchar *callback_gui() { return benchmark_include_results_reverse(bench_results[BENCHMARK_GUI], |