2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

QtLottie: Remove unnecessary includes.

This commit is contained in:
John Preston
2019-05-16 13:29:29 +03:00
parent 0f25638545
commit 0c84fc1271
3 changed files with 3 additions and 1 deletions

View File

@@ -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);