simplify #includes

This commit is contained in:
Michal Moskal 2025-01-30 11:01:57 -08:00
parent d06448a06a
commit 59da9696fd

View file

@ -1,13 +1,10 @@
#include "common.h"
#include "sampling.h"
#include "log.h"
#include "llama.h"
#include <cmath>
#ifdef LLAMA_USE_LLGUIDANCE
# include "llguidance.h"
# include <cmath>
struct llama_sampler_llg {
const llama_vocab * vocab;