mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-06 21:11:11 +02:00
fix includes with help from include-what-you-use
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#include "common.h"
|
||||
#include "ggml.h"
|
||||
#include "llama.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
int main(int argc, char ** argv) {
|
||||
|
||||
Reference in New Issue
Block a user