From 66af06ede06f5c1469336fa46150d540e7652e6f Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Sat, 3 Oct 2020 16:51:22 +0200
Subject: Normed s_struct

---
 src/s_struct.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/s_struct.h b/src/s_struct.h
index 41b3360..29b89e3 100644
--- a/src/s_struct.h
+++ b/src/s_struct.h
@@ -10,14 +10,14 @@
 /*                                                                            */
 /* ************************************************************************** */
 
-#ifndef S_STRUCT_H
-#define S_STRUCT_H
+#ifndef FT_S_STRUCT_H
+# define FT_S_STRUCT_H
 
-#include <stdint.h>
-#include <stddef.h>
-#include <limits.h>
+# include <stdint.h>
+# include <stddef.h>
+# include <limits.h>
 
-#include "d_define.h"
+# include "d_define.h"
 
 typedef struct			s_lvars
 {
-- 
cgit v1.2.3