mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-29 00:38:12 +00: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 <cassert>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cstdlib>
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <optional>
|
#include <optional>
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
#include <cstdint>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <stdexcept>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
#include "dlhandle.h"
|
#include "dlhandle.h"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <cstddef>
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
class Dlhandle;
|
class Dlhandle;
|
||||||
class LlamaCppBackend;
|
|
||||||
|
|
||||||
class LlamaCppBackendManager {
|
class LlamaCppBackendManager {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user