Skip to content

Commit 59da969

Browse files
committed
simplify #includes
1 parent d06448a commit 59da969

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

common/llguidance.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
#include "common.h"
21
#include "sampling.h"
32
#include "log.h"
4-
#include "llama.h"
5-
6-
#include <cmath>
73

84
#ifdef LLAMA_USE_LLGUIDANCE
95

106
# include "llguidance.h"
7+
# include <cmath>
118

129
struct llama_sampler_llg {
1310
const llama_vocab * vocab;

0 commit comments

Comments
 (0)