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