diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-28 01:26:44 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-28 01:26:44 +0100 |
commit | f6faf88cd0991be3184af67d5fa271b12f70e925 (patch) | |
tree | 02c283541fd2c0b4ccacd31172cccf2ba9711c51 /src/b_unset.h | |
parent | Norming in progress (diff) | |
download | 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.tar.gz 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.tar.bz2 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.tar.xz 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.tar.zst 42-minishell-f6faf88cd0991be3184af67d5fa271b12f70e925.zip |
Norming
Diffstat (limited to '')
-rw-r--r-- | src/b_unset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/b_unset.h b/src/b_unset.h index c7865a6..448aaa1 100644 --- a/src/b_unset.h +++ b/src/b_unset.h @@ -13,7 +13,6 @@ #ifndef B_UNSET_H # define B_UNSET_H - # include "s_struct.h" unsigned char b_unset(char *args[], t_msh *msh); |