mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-28 09:32:56 +00:00
QtLottie: Remove unnecessary includes.
This commit is contained in:
parent
0f25638545
commit
0c84fc1271
@ -13,6 +13,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include <crl/crl_async.h>
|
||||
#include <crl/crl_on_main.h>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
#include <QFile>
|
||||
|
||||
#include "logs.h"
|
||||
|
@ -14,6 +14,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include <range/v3/algorithm/find.hpp>
|
||||
#include <range/v3/algorithm/count_if.hpp>
|
||||
#include <QJsonDocument>
|
||||
#include <QPainter>
|
||||
|
||||
namespace Images {
|
||||
QImage prepareColored(QColor add, QImage image);
|
||||
|
2
Telegram/ThirdParty/qtlottie
vendored
2
Telegram/ThirdParty/qtlottie
vendored
@ -1 +1 @@
|
||||
Subproject commit 147bd174b5a5f1d5468fad83099a186baacb0fa5
|
||||
Subproject commit 3a08e238de47d1c08b946ce2e1533f31ea9689e2
|
Loading…
Reference in New Issue
Block a user