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