Explorar el Código

Suppr include inutile

Loquicom hace 6 años
padre
commit
499cf04fd2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      str.c

+ 0 - 1
str.c

@@ -1,6 +1,5 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 #include "str.h"
 
 char** str_split(char* str, const char delim, int* length) {