Test removing unused headers

This commit is contained in:
Ed Addario 2026-03-12 16:04:36 +00:00
parent eeb3fd373f
commit 0ccf5e5f21
No known key found for this signature in database
GPG Key ID: E7875815A3230993
2 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
#include "llama.h"
#include "llama-quant.h"
#include "llama-impl.h"
#include "llama-model.h"
@ -9,7 +8,6 @@
#include <cinttypes>
#include <cmath>
#include <csignal>
#include <cstring>
#include <fstream>
#include <mutex>
#include <numeric>

View File

@ -3,11 +3,8 @@
#include "gguf.h"
#include <algorithm>
#include <cctype>
#include <clocale>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <filesystem>
#include <fstream>
#include <map>