mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 13:10:35 +00:00
fix #includes
This commit is contained in:
parent
daf48a5adf
commit
b5144decde
@ -1,14 +1,18 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <QCoro/QCoroTask>
|
||||
#include <fmt/format.h>
|
||||
#include <gpt4all-backend/formatters.h>
|
||||
#include <QCoro/QCoroTask> // IWYU pragma: keep
|
||||
#include <fmt/base.h>
|
||||
#include <gpt4all-backend/formatters.h> // IWYU pragma: keep
|
||||
#include <gpt4all-backend/main.h>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QLatin1StringView>
|
||||
#include <QTimer>
|
||||
#include <QString>
|
||||
#include <QUrl>
|
||||
|
||||
#include <coroutine>
|
||||
#include <expected>
|
||||
#include <variant>
|
||||
|
||||
using gpt4all::backend::LLMProvider;
|
||||
|
||||
|
@ -1,14 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <QCoro/QCoroTask>
|
||||
#include <QCoro/QCoroTask> // IWYU pragma: keep
|
||||
|
||||
#include <QNetworkReply>
|
||||
#include <QString>
|
||||
#include <QUrl>
|
||||
|
||||
#include <expected>
|
||||
|
||||
class QString;
|
||||
template <typename T> class QFuture;
|
||||
#include <utility>
|
||||
|
||||
|
||||
namespace gpt4all::backend {
|
||||
|
@ -1,16 +1,15 @@
|
||||
#include <gpt4all-backend/main.h>
|
||||
|
||||
#include <expected>
|
||||
#include <memory>
|
||||
#include <QCoro/QCoroNetworkReply> // IWYU pragma: keep
|
||||
|
||||
#include <QFuture>
|
||||
#include <QByteArray>
|
||||
#include <QNetworkAccessManager>
|
||||
#include <QNetworkReply>
|
||||
#include <QNetworkRequest>
|
||||
#include <QByteArray>
|
||||
#include <QString>
|
||||
|
||||
#include <QCoro/QCoroNetworkReply>
|
||||
#include <coroutine>
|
||||
#include <expected>
|
||||
#include <memory>
|
||||
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user