diff options
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); |