mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
fix some #includes with IWYU
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
5be5314ace
commit
429613ac32
@ -6,7 +6,6 @@
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <functional>
|
||||
#include <iostream>
|
||||
#include <optional>
|
||||
|
@ -5,8 +5,8 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <utility>
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include "dlhandle.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <filesystem>
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <string_view>
|
||||
|
||||
class Dlhandle;
|
||||
class LlamaCppBackend;
|
||||
|
||||
|
||||
class LlamaCppBackendManager {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user