summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDAN™ <dranger003@gmail.com>2024-03-19 12:16:09 -0400
committerGitHub <noreply@github.com>2024-03-19 17:16:09 +0100
commitd8b009a9456bf5284376149f3deb09300a37701a (patch)
tree78228e2278baeda436643674bf353c7e6e6c6ebf
parentd0d5de42e5a65865b5fddb6f5c785083539b74c3 (diff)
Remove undeed header file. (#6158)
-rw-r--r--examples/gguf-split/gguf-split.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/gguf-split/gguf-split.cpp b/examples/gguf-split/gguf-split.cpp
index 5d7040ab..8e12e649 100644
--- a/examples/gguf-split/gguf-split.cpp
+++ b/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,