// Only include the public headers that ship in llama.cpp/include/.
// llama-grammar.h and llama-sampler.h live in src/ (internal) — everything
// we need from them is already re-exported through llama.h.
// llama-ext.h lives in src/ but exports LLAMA_API entry points (pre-norm
// embeddings setter/getters, memory-breakdown, etc). Pull it in so bindgen
// emits the corresponding extern fns.