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_print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gensvm_print.h') diff --git a/include/gensvm_print.h b/include/gensvm_print.h index fff7af5..4cd1dd9 100644 --- a/include/gensvm_print.h +++ b/include/gensvm_print.h @@ -13,7 +13,7 @@ #define GENSVM_PRINT_H // includes -#include "globals.h" +#include "gensvm_globals.h" // function declarations void note(const char *fmt,...); -- cgit v1.2.3