diff options
Diffstat (limited to '')
-rw-r--r-- | src/p_args.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_args.h b/src/p_args.h index 2403fea..a7db861 100644 --- a/src/p_args.h +++ b/src/p_args.h @@ -13,7 +13,6 @@ #ifndef P_ARGS_H # define P_ARGS_H -# include <stdint.h> char **p_split_args(char word[]); |