diff options
Diffstat (limited to '')
-rw-r--r-- | src/b_exit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/b_exit.h b/src/b_exit.h index ca184c2..74dee72 100644 --- a/src/b_exit.h +++ b/src/b_exit.h @@ -13,7 +13,6 @@ #ifndef B_EXIT_H # define B_EXIT_H - # include "s_struct.h" unsigned char b_exit(char *args[], t_msh *msh); |