Przeglądaj źródła

Remove undeed header file. (#6158)

DAN™ 1 rok temu
rodzic
commit
d8b009a945
1 zmienionych plików z 0 dodań i 2 usunięć
  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,