From 22b52dd267b4a608f0d23bbdaf295bf35a5eaaaf Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 3 Oct 2020 17:12:12 +0200 Subject: Renormed u_vars --- src/u_vars.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/u_vars.h b/src/u_vars.h index c76518e..92dce53 100644 --- a/src/u_vars.h +++ b/src/u_vars.h @@ -10,13 +10,13 @@ /* */ /* ************************************************************************** */ -#ifndef U_VARS_H -#define U_VARS_H +#ifndef FT_U_VARS_H +# define FT_U_VARS_H -#include -#include +# include +# include -#include "s_struct.h" +# include "s_struct.h" void u_get_custom_var(char str[], const char varname[], -- cgit v1.2.3