From e8810fbc6194b56afbf9bac631b6e78ae3b92fb5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 20 Sep 2016 17:07:25 +0200 Subject: Change globals.h to gensvm_globals.h Conformity! --- include/gensvm_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gensvm_timer.h') diff --git a/include/gensvm_timer.h b/include/gensvm_timer.h index 11e61e5..563576b 100644 --- a/include/gensvm_timer.h +++ b/include/gensvm_timer.h @@ -13,7 +13,7 @@ #define GENSVM_TIMER_H // includes -#include "globals.h" +#include "gensvm_globals.h" // function declarations double gensvm_elapsed_time(clock_t s_time, clock_t e_time); -- cgit v1.2.3