Explorar el Código

Remove undeed header file. (#6158)

DAN™ hace 1 año
padre
commit
d8b009a945
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      examples/gguf-split/gguf-split.cpp

+ 0 - 2
examples/gguf-split/gguf-split.cpp

@@ -13,9 +13,7 @@
 
 #include <stdio.h>
 #include <fcntl.h>
-#include <unistd.h>
 #include <string.h>
-#include <unistd.h>
 
 enum split_operation : uint8_t {
     SPLIT_OP_SPLIT,