From 04741fb6181f8cc1ebc6f527d8d22840d019eb7b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 15 Nov 2008 03:17:35 +0000 Subject: -- Remove structs completely -- results is now a static variable in each benchmark -- added get*Score routines -- finally got rid of nmglobal.h completely -- removed more useless stuff git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@53 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- emfloat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emfloat.c') diff --git a/emfloat.c b/emfloat.c index 2895e42..39e9c40 100644 --- a/emfloat.c +++ b/emfloat.c @@ -26,7 +26,8 @@ #include #include -#include "nmglobal.h" + +#include "cleanbench.h" #include "randnum.h" #include "emfloat.h" -- cgit v1.2.3