examples : include build-info.h only where needed

This commit is contained in:
Cebtenzzre 2023-09-17 21:44:22 -04:00
parent e7c6774ca7
commit e90734e072
8 changed files with 7 additions and 1 deletions

View file

@ -3,7 +3,6 @@
#pragma once
#include "llama.h"
#include "build-info.h"
#define LOG_NO_FILE_LINE_FUNCTION
#include "log.h"

View file

@ -1,3 +1,4 @@
#include "build-info.h"
#include "common.h"
#include "ggml.h"

View file

@ -1,3 +1,4 @@
#include "build-info.h"
#include "common.h"
#include "embd-input.h"

View file

@ -1,3 +1,4 @@
#include "build-info.h"
#include "common.h"
#include "llama.h"

View file

@ -1,3 +1,4 @@
#include "build-info.h"
#include "common.h"
#include "llama.h"

View file

@ -1,4 +1,5 @@
#define LLAMA_API_INTERNAL
#include "build-info.h"
#include "common.h"
#include "ggml.h"
#include "llama.h"

View file

@ -1,3 +1,4 @@
#include "build-info.h"
#include "common.h"
#include "llama.h"

View file

@ -1,3 +1,4 @@
#include "build-info.h"
#include "common.h"
#include "llama.h"