mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
clean the include not used
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "parsing.h"
|
||||
|
||||
static size_t count_words(char const *s, char c)
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "parsing.h"
|
||||
|
||||
char *ft_substr(char const *s, unsigned int start, size_t len)
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
#include "push_swap.h"
|
||||
#include "parsing.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
int wich_mod(int mod)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user